WebClientAsyncResult.AsyncWaitHandle Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.