System::IAsyncResult::get_AsyncWaitHandle 方法

IAsyncResult::get_AsyncWaitHandle method

返回一个 WaitHandle 实例,可用于等待异步操作的完成。

virtual SharedPtr<System::Threading::WaitHandle> System::IAsyncResult::get_AsyncWaitHandle()=0

ReturnValue

指向 WaitHandle 类实例的指针,可用于等待异步操作的完成。

另见