Método get_AsyncWaitHandle de System::IAsyncResult

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

Un puntero a una instancia de la clase WaitHandle que puede usarse para esperar la finalización de la operación asíncrona.

Ver también