ServerSideSyncQueueSettings Members

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

The following tables list the members exposed by the ServerSideSyncQueueSettings type.

Public Constructors

  Name Description
  ServerSideSyncQueueSettings Initializes the ServerSideSyncQueueSettings class.

Top

Public Properties

  Name Description
public property ActivitiesDequedPerEvent Controls the number of activities to be removed from a queue per asynchronous event.
public property ActivityQueueItemsInMemoryHigh Defines the upper limit of the number of activity batches held in memory at any point of time.
public property ActivityQueueItemsInMemoryLow Defines the lower limit beyond which the service will stop removing activity batches held in memory from the queue.
public property ActivityQueueMaximumThreadsPercent Defines the maximum percentage of worker threads to be used for running asynchronous operations.
public property ActivityQueueMaximumThreadsPerCPU Defines the maximum number of threads per CPU to be used for running asynchronous operations.
public property ActivityQueueSelectInterval Defines how frequently to poll the organization database activity pointer table to check for any new outgoing emails that have to be sent.
public property ExtensionData  Gets or sets the structure that contains extra data. (inherited from DeploymentObject)
public property MailboxesDequedPerEvent Controls the number of mailboxes to be removed from a queue per asynchronous event.
public property MailboxQueueItemsInMemoryHigh Defines the upper limit on the number of mailbox batches held in memory at any point in time.
public property MailboxQueueItemsInMemoryLow Defines the limit on the number of mailbox batches held in memory, beyond which the service will stop removing more mailboxes from the queue.
public property MailboxQueueMaximumThreadsPercent Defines the maximum percentage of worker threads for running asynchronous operations.
public property MailboxQueueMaximumThreadsPerCPU Defines the maximum number of threads per CPU for running asynchronous operations.
public property MailboxQueueSelectInterval Defines the recurrence period, in seconds, of removing mailboxes from the queue in the database.
public property 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.
public property MaximumActivitiesPerSelect Controls the maximum number of activities that can be removed from the queue for an organization per select interval.
public property 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.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

ServerSideSyncQueueSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.