QuickStatusAsyncResult.AsyncState Property
Gets a user-defined object that qualifies or contains information about the asynchronous status update.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
public object AsyncState { get; }
public:
property Object^ AsyncState {
virtual Object^ get() sealed;
}
Public ReadOnly Property AsyncState As Object
Property Value
Type: System.Object
An Object.
Implements
See Also
QuickStatusAsyncResult Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top