OperationStatus-opsomming
Represents the current state of an operation.
Naamruimte: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntaxis
'Declaratie
Public Enumeration OperationStatus
public enum OperationStatus
Leden
Lidnaam | Beschrijving |
---|---|
Canceled | The operation has been canceled. Value = 1. |
Failed | The operation has failed. Value = 0. |
Retry | The operation is being retried. Value = 2. |
Succeeded | The operation has succeeded. Value = 4. |
Suspended | The operation has been suspended. Value = 3. |
Platforms
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
Windows Server 2008,Windows Server 2012,Windows 7
Zie ook
Verwijzing
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.