次の方法で共有


QuickStatusAsyncResult Constructor (AsyncCallback, Object)

 

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