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 | |
---|---|---|
ServerSideSyncACTSettings() | Initializes a new instance of the ServerSideSyncACTSettings class. |
Properties
Name | Description | |
---|---|---|
ActiveMailboxMaximumBackoffForACT | Gets or sets the maximum duration, in seconds, after which the service checks an active mailbox for appointments, contacts, or tasks. |
|
ActiveMailboxMinimumBackoffForACT | Gets or sets the minimum duration, in seconds, after which the service checks an active mailbox for appointments, contacts, or tasks. |
|
ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DeploymentObject.) |
|
IdleMailboxMaximumBackoffForACT | Gets or sets the maximum duration, in seconds, after which the service checks an idle mailbox for appointments, contacts, or tasks. |
|
IdleMailboxMinimumBackoffForACT | Gets or sets the minimum duration, in seconds, after which the service checks an idle mailbox for appointments, contacts, or tasks. |
|
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. |
|
MailboxBackoffOnTransientErrorForACT | Gets or sets the duration, in seconds, to postpone synchronizing appointments, contacts, or tasks for a mailbox after encountering a transient error. |
|
MaximumItemsPerCycleForACT | Gets or sets the maximum number of appointments, contacts, or tasks processed by an Exchange server in a cycle. |
|
MaximumMailboxTransientFailuresForACT | Gets or sets the maximum number of transient failures that can occur before a mailbox is disabled for synchronizing appointments, contacts, or tasks. |
|
MaximumSynchronizationAttemptsForACT | Gets or sets the maximum number of attempts allowed to synchronize an appointment, contact, or task. |
|
RetrievalBatchSizeForACT | Gets or sets the batch size for retrieving appointments, contacts, tasks from an Exchange server. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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