AsyncState Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets a user-defined object that qualifies or contains information about an asynchronous operation.

Namespace: PDFTron.SilverDox.Documents.Text
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public Object AsyncState { get; internal set; }
Visual Basic
Public Property AsyncState As Object
	Get
	Friend Set
Visual C++
public:
virtual property Object^ AsyncState {
	Object^ get () sealed;
	internal: void set (Object^ value) sealed;
}

Implements

IAsyncResult..::..AsyncState

See Also