ServerSideSyncQueueSettings Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Microsoft.Xrm.Sdk.Deployment.DeploymentObject
Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings
| Name | Description | |
|---|---|---|
![]() | ServerSideSyncQueueSettings() | Initializes a new instance of the ServerSideSyncQueueSettings class. |
| Name | Description | |
|---|---|---|
![]() | ActivitiesDequedPerEvent | Gets or sets the number of activities to be removed from a queue per asynchronous event. |
![]() | ActivityQueueItemsInMemoryHigh | Defines the upper limit of the number of activity batches held in memory at any point of time. |
![]() | ActivityQueueItemsInMemoryLow | Defines the lower limit beyond which the service will stop removing activity batches held in memory from the queue. |
![]() | ActivityQueueMaximumThreadsPercent | Defines the maximum percentage of worker threads to be used for running asynchronous operations. |
![]() | ActivityQueueMaximumThreadsPerCPU | Defines the maximum number of threads per CPU to be used for running asynchronous operations. |
![]() | ActivityQueueSelectInterval | Defines how frequently to poll the organization database activity pointer table to check for any new outgoing emails that have to be sent. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DeploymentObject.) |
![]() | MailboxesDequedPerEvent | Controls the number of mailboxes to be removed from a queue per asynchronous event. |
![]() | MailboxProcessingDelay | |
![]() | MailboxQueueItemsInMemoryHigh | Gets or sets the upper limit on the number of mailbox batches held in memory, beyond which the service will stop removing mailboxes from the queue. |
![]() | MailboxQueueItemsInMemoryLow | Gest or sets the lower limit on the number of mailbox batches held in memory, beyond which the service will stop removing mailboxes from the queue. |
![]() | MailboxQueueMaximumThreadsPercent | Defines the maximum percentage of worker threads for running asynchronous operations. |
![]() | MailboxQueueMaximumThreadsPerCPU | Defines the maximum number of threads per CPU for running asynchronous operations. |
![]() | MailboxQueueSelectInterval | Defines the recurrence period, in seconds, of removing mailboxes from the queue in the database. |
![]() | MailboxRetryDelay | Defines the number of minutes after which a locked mailbox record is checked again for incoming email processing in case of a service crash. |
![]() | MaximumActivitiesPerSelect | Controls the maximum number of activities that can be removed from the queue for an organization per select interval. |
![]() | WaitingOperationTimeout | Defines the maximum time allowed for any call to the email server to complete. If a response isn’t received from the email server within this time period, the request is aborted. This setting applies to both Exchange and POP3/SMTP. |
| 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright


