get_AsyncWaitHandle()

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

Return Value

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

See Also