System::IAsyncResult::get_AsyncWaitHandle method

IAsyncResult::get_AsyncWaitHandle method

Returns an instance of WaitHandle that can be used to wait for the completion of the asynchronous operation.

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

ReturnValue

A pointer to an instance of WaitHandle class that can be used to wait for the completion of the asynchronous operation.

See Also