AsyncSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains setting values that can be changed to tune a Microsoft Dynamics 365 deployment.
public ref class AsyncSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="AsyncSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class AsyncSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="AsyncSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type AsyncSettings = class
inherit DeploymentConfigSettings
Public Class AsyncSettings
Inherits DeploymentConfigSettings
- Inheritance
- Attributes
Remarks
You can also use Windows PowerShell to retrieve or update these settings.
Constructors
AsyncSettings() |
Initializes a new instance of the AsyncSettings class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentObject) |
JobTimeoutLockedInterval |
Gets or sets the interval used to query to see if there are any organization maintenance jobs that have timed out. |
MaxJobExecutionTime |
Gets or sets a value used for organization maintenance jobs to determine if a job has timed out. |
MaxRetries |
Gets or sets the number of times an asynchronous job will retry before it fails or suspends. |
MaxStateStatusUpdateMaxRetryCount |
Gets or sets the maximum number of times a database operation will be attempted before failure. |
OrgDatabaseMaintenanceJobInterval |
Gets or sets the interval used to query to see if there is a pending organization maintenance job. |
RetryInterval |
Gets or sets the default rate of retries for failed asynchronous operations. |
SdkRootDomain |
Gets or sets the root domain used for calls into the Microsoft Dynamics 365 service from the asynchronous service. |
SelectInterval |
Gets or sets the interval used to determine if new asynchronous operations should be loaded into memory. |
ThrottlingConfiguration |
Gets or sets the throttling configuration. |
TimeoutLockedInterval |
Gets or sets the interval used to query to see if there are any asynchronous operations that have timed out. |