CommittableTransaction.IAsyncResult.AsyncWaitHandle プロパティ

定義

非同期操作の完了を待機するために使用する WaitHandle を取得します。

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

プロパティ値

非同期操作の完了を待機するために使用される WaitHandle

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 CommittableTransaction インスタンスがIAsyncResult インターフェイスにキャストされている場合にのみ使用できます。

適用対象