CommittableTransaction.IAsyncResult.AsyncWaitHandle Propriété

Définition

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

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

Valeur de propriété

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

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance CommittableTransaction est convertie en IAsyncResult interface.

S’applique à