ServerSideSyncACTSettings Class

 

Applies To: Dynamics CRM 2015

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.Deployment.DeploymentObject
    Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
      Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings

Syntax

[DataContractAttribute(Name = "ServerSideSyncACTSettings", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class ServerSideSyncACTSettings : DeploymentConfigSettings
[DataContractAttribute(Name = "ServerSideSyncACTSettings", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public ref class ServerSideSyncACTSettings : DeploymentConfigSettings
[<DataContractAttribute(Name = "ServerSideSyncACTSettings", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type ServerSideSyncACTSettings = 
    class
        inherit DeploymentConfigSettings
    end
<DataContractAttribute(Name := "ServerSideSyncACTSettings", Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>
Public Class ServerSideSyncACTSettings
    Inherits DeploymentConfigSettings

Constructors

Name Description
System_CAPS_pubmethod ServerSideSyncACTSettings()

Initializes a new instance of the ServerSideSyncACTSettings class.

Properties

Name Description
System_CAPS_pubproperty ActiveMailboxMaximumBackoffForACT

Gets or sets the maximum duration, in seconds, after which the service checks an active mailbox for appointments, contacts, or tasks.

System_CAPS_pubproperty ActiveMailboxMinimumBackoffForACT

Gets or sets the minimum duration, in seconds, after which the service checks an active mailbox for appointments, contacts, or tasks.

System_CAPS_pubproperty ExtensionData

Gets or sets the structure that contains extra data.(Inherited from DeploymentObject.)

System_CAPS_pubproperty IdleMailboxMaximumBackoffForACT

Gets or sets the maximum duration, in seconds, after which the service checks an idle mailbox for appointments, contacts, or tasks.

System_CAPS_pubproperty IdleMailboxMinimumBackoffForACT

Gets or sets the minimum duration, in seconds, after which the service checks an idle mailbox for appointments, contacts, or tasks.

System_CAPS_pubproperty MailboxBackoffOnTimeoutForACT

Gets or sets the duration, in seconds, to postpone synchronizing appointments, contacts, or tasks for a mailbox on an Exchange server request time-out.

System_CAPS_pubproperty MailboxBackoffOnTransientErrorForACT

Gets or sets the duration, in seconds, to postpone synchronizing appointments, contacts, or tasks for a mailbox after encountering a transient error.

System_CAPS_pubproperty MaximumItemsPerCycleForACT

Gets or sets the maximum number of appointments, contacts, or tasks processed by an Exchange server in a cycle.

System_CAPS_pubproperty MaximumMailboxTransientFailuresForACT

Gets or sets the maximum number of transient failures that can occur before a mailbox is disabled for synchronizing appointments, contacts, or tasks.

System_CAPS_pubproperty MaximumSynchronizationAttemptsForACT

Gets or sets the maximum number of attempts allowed to synchronize an appointment, contact, or task.

System_CAPS_pubproperty RetrievalBatchSizeForACT

Gets or sets the batch size for retrieving appointments, contacts, tasks from an Exchange server.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright