Enumerazione OperationStatus
Si applica a: CRM 2015 on-prem, CRM Online
Represents the current state of an operation.
Spazio dei nomi: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Sintassi
'Dichiarazione
Public Enumeration OperationStatus
public enum OperationStatus
Membri
Nome membro | Descrizione |
---|---|
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. |
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows Server 2003 e
Piattaforme di destinazione
Windows Vista,Windows XP
Vedere anche
Riferimento
Spazio dei nomi Microsoft.Xrm.Sdk
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.