Partager via


AsyncOperationStatus Énumération

Définition

Définit des valeurs pour AsyncOperationStatus.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AsyncOperationStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AsyncOperationStatus = 
Public Enum AsyncOperationStatus
Héritage
AsyncOperationStatus
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

Failed 3
InProgress 1
Started 0
Succeeded 2

S’applique à