WebClientAsyncResult.AsyncWaitHandle Propriété

Définition

Obtient un WaitHandle élément utilisé pour attendre la fin d’une opération asynchrone.

public:
 property System::Threading::WaitHandle ^ AsyncWaitHandle { System::Threading::WaitHandle ^ get(); };
public System.Threading.WaitHandle AsyncWaitHandle { get; }
member this.AsyncWaitHandle : System.Threading.WaitHandle
Public ReadOnly Property AsyncWaitHandle As WaitHandle

Valeur de propriété

Utilisé WaitHandle pour attendre la fin d’une opération asynchrone.

Implémente

Remarques

Il WaitHandle peut être utilisé pour effectuer un WaitOneappel WaitAnyasynchrone ou WaitAll attendre la fin de l’appel asynchrone.

Pour plus d’informations, consultez AsyncWaitHandle.

S’applique à

Voir aussi