







![]() ![]() |
PDFTron SilverDox SDK |
OnPartReadyEventArgs..::..AsyncState Property |
OnPartReadyEventArgs Class See Also Send Feedback |
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public Object AsyncState { get; set; } |
Visual Basic |
---|
Public Property AsyncState As Object Get Set |
Visual C++ |
---|
public: virtual property Object^ AsyncState { Object^ get () sealed; void set (Object^ value) sealed; } |