AsyncSettings Members

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

Contains setting values that can be changed to tune a Microsoft Dynamics CRM deployment.

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

Public Constructors

  Name Description
  AsyncSettings Initializes a new instance of the AsyncSettings class.

Top

Public Properties

  Name Description
public property ExtensionData  Gets or sets the structure that contains extra data. (inherited from DeploymentObject)
public property JobTimeoutLockedInterval Gets or sets the interval used to query to see if there are any organization maintenance jobs that have timed out.
public property MaxJobExecutionTime Gets or sets a value used for organization maintenance jobs to determine if a job has timed out.
public property MaxRetries Gets or sets the number of times an asynchronous job will retry before it fails or suspends.
public property MaxStateStatusUpdateMaxRetryCount Gets or sets the maximum number of times a database operation will be attempted before failure.
public property OrgDatabaseMaintenanceJobInterval Gets or sets the interval used to query to see if there is a pending organization maintenance job.
public property RetryInterval Gets or sets the default rate of retries for failed asynchronous operations.
public property SdkRootDomain Gets or sets the root domain used for calls into the Microsoft Dynamics CRM service from the asynchronous service.
public property SelectInterval Gets or sets the interval used to determine if new asynchronous operations should be loaded into memory.
public property ThrottlingConfiguration Gets or sets the throttling configuration.
public property TimeoutLockedInterval Gets or sets the interval used to query to see if there are any asynchronous operations that have timed out.

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

AsyncSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace

Other Resources

Deployment Web Service Messages
Use Deployment Entities and Deployment Configuration Settings
Administer the deployment using Windows PowerShel

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