System::IAsyncResult::get_AsyncWaitHandle metodo
IAsyncResult::get_AsyncWaitHandle method
Restituisce un’istanza di WaitHandle che può essere utilizzata per attendere il completamento dell’operazione asincrona.
virtual SharedPtr<System::Threading::WaitHandle> System::IAsyncResult::get_AsyncWaitHandle()=0
ReturnValue
Un puntatore a un’istanza della classe WaitHandle che può essere usato per attendere il completamento dell’operazione asincrona.
Vedi anche
- Typedef SharedPtr
- Class WaitHandle
- Class IAsyncResult
- Namespace System
- Library Aspose.Font for C++