







![]() ![]() |
PDFTron SilverDox SDK |
OnPartReadyEventArgs..::..AsyncWaitHandle Property |
OnPartReadyEventArgs Class See Also Send Feedback |
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public WaitHandle AsyncWaitHandle { get; set; } |
Visual Basic |
---|
Public Property AsyncWaitHandle As WaitHandle Get Set |
Visual C++ |
---|
public: virtual property WaitHandle^ AsyncWaitHandle { WaitHandle^ get () sealed; void set (WaitHandle^ value) sealed; } |