Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the QuickStatusAsyncResult class.
Namespace:   Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly:  HomeAddinContract (in HomeAddinContract.dll)
Syntax
public QuickStatusAsyncResult(
    AsyncCallback callback,
    object state
)
public:
QuickStatusAsyncResult(
    AsyncCallback^ callback,
    Object^ state
)
Public Sub New (
    callback As AsyncCallback,
    state As Object
)
Parameters
- callback 
 Type: System.AsyncCallback- A reference to a callback function that can be invoked when the quick status update has been completed. 
- state 
 Type: System.Object- A reference to the state of the object that instantiates this class. 
See Also
QuickStatusAsyncResult Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top