






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