This topic has not yet been rated Rate this topic

AsyncOperationStatus Class (CrmHelpers)

banner art

This class specifies the integer flags to set the asyncoperation.statuscode property. Although the property may accept any value, these are the valid values.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when setting entity property values.

The AsyncOperationStatus class exposes the following members.

FieldValueDescription
Canceled32Specifies that the asynchronous operation was canceled.
Canceling22Specifies that the asynchronous operation is being canceled.
Failed31Specifies that the asynchronous operation has failed.
InProgress20Specifies that the asynchronous operation is in progress.
Pausing21Specifies that the asynchronous operation is pausing.
Succeeded30Specifies that the asynchronous operation has succeeded.
Waiting10Specifies that the asynchronous operation is waiting.
WaitingForResources0Specifies that the asynchronous operation is waiting for resources.

Remarks

This class is in the helper code file SDK\Helpers\CS\CrmHelpers\enums.cs. This class can also be found in the assembly Microsoft.Crm.Sdk.dll.

Requirements

Filename: enums.cs

See Also

Reference


© 2010 Microsoft Corporation. All rights reserved.


Did you find this helpful?
(2000 characters remaining)