AsyncResult.IsCompleted Proprietà

Definizione

Ottiene un valore che indica l'eventuale completamento dell'operazione asincrona.

public:
 property bool IsCompleted { bool get(); };
public bool IsCompleted { get; }
member this.IsCompleted : bool
Public ReadOnly Property IsCompleted As Boolean

Valore della proprietà

Boolean

true se l'operazione viene completata. In caso contrario, false.

Implementazioni

Si applica a