ConfiguredValueTaskAwaitable<TResult>.ConfiguredValueTaskAwaiter.IsCompleted Propriedade
Definição
Obtém um valor que indica se o ConfiguredValueTaskAwaitable<TResult> foi concluído.Gets a value that indicates whether the ConfiguredValueTaskAwaitable<TResult> has completed.
public:
property bool IsCompleted { bool get(); };
public bool IsCompleted { get; }
member this.IsCompleted : bool
Public ReadOnly Property IsCompleted As Boolean
Valor da propriedade
true Se o ConfiguredValueTaskAwaitable<TResult> tiver sido concluído; caso contrário, false .true if the ConfiguredValueTaskAwaitable<TResult> has completed; otherwise, false.