ServerSideSyncQueueSettings 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.ServerSideSyncQueueSettings
Syntax
[DataContractAttribute(Name = "ServerSideSyncQueueSettings",
Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class ServerSideSyncQueueSettings : DeploymentConfigSettings
[DataContractAttribute(Name = "ServerSideSyncQueueSettings",
Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public ref class ServerSideSyncQueueSettings : DeploymentConfigSettings
[<DataContractAttribute(Name = "ServerSideSyncQueueSettings",
Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type ServerSideSyncQueueSettings =
class
inherit DeploymentConfigSettings
end
<DataContractAttribute(Name := "ServerSideSyncQueueSettings",
Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>
Public Class ServerSideSyncQueueSettings
Inherits DeploymentConfigSettings
Constructors
Name | Description | |
---|---|---|
ServerSideSyncQueueSettings() | Initializes a new instance of the ServerSideSyncQueueSettings class. |
Properties
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. |
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.) |
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