AsyncWaitHandle Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.

Namespace: PDFTron.SilverDox.Documents.Text
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;
}

Implements

IAsyncResult..::..AsyncWaitHandle

See Also