






|
| PDFTron SilverDox SDK |
| Document..::..OnLoadPartAsyncCallbackArgs..::..AsyncState Property |
| Document..::..OnLoadPartAsyncCallbackArgs Class See Also Send Feedback |
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Namespace: PDFTron.SilverDox.Documents
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; } |
