Compartilhar via


AsyncOperationStatus Enumeração

Definição

Define valores para 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
Herança
AsyncOperationStatus
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

Failed 3
InProgress 1
Started 0
Succeeded 2

Aplica-se a