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
System_CAPS_pubmethod ServerSideSyncQueueSettings()

Initializes a new instance of the ServerSideSyncQueueSettings class.

Properties

Name Description
System_CAPS_pubproperty ActivitiesDequedPerEvent

Gets or sets the number of activities to be removed from a queue per asynchronous event.

System_CAPS_pubproperty ActivityQueueItemsInMemoryHigh

Defines the upper limit of the number of activity batches held in memory at any point of time.

System_CAPS_pubproperty ActivityQueueItemsInMemoryLow

Defines the lower limit beyond which the service will stop removing activity batches held in memory from the queue.

System_CAPS_pubproperty ActivityQueueMaximumThreadsPercent

Defines the maximum percentage of worker threads to be used for running asynchronous operations.

System_CAPS_pubproperty ActivityQueueMaximumThreadsPerCPU

Defines the maximum number of threads per CPU to be used for running asynchronous operations.

System_CAPS_pubproperty ActivityQueueSelectInterval

Defines how frequently to poll the organization database activity pointer table to check for any new outgoing emails that have to be sent.

System_CAPS_pubproperty ExtensionData

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

System_CAPS_pubproperty MailboxesDequedPerEvent

Controls the number of mailboxes to be removed from a queue per asynchronous event.

System_CAPS_pubproperty MailboxProcessingDelay

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty MailboxQueueMaximumThreadsPercent

Defines the maximum percentage of worker threads for running asynchronous operations.

System_CAPS_pubproperty MailboxQueueMaximumThreadsPerCPU

Defines the maximum number of threads per CPU for running asynchronous operations.

System_CAPS_pubproperty MailboxQueueSelectInterval

Defines the recurrence period, in seconds, of removing mailboxes from the queue in the database.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty MaximumActivitiesPerSelect

Controls the maximum number of activities that can be removed from the queue for an organization per select interval.

System_CAPS_pubproperty 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
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.)

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