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.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;
}

Implements

IAsyncResult..::..AsyncWaitHandle

See Also