ITaskStatusQuery.BeginGetStatus Method (AsyncCallback, Object)
Starts the status query asynchronously.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
IAsyncResult BeginGetStatus(
AsyncCallback callback,
object state
)
IAsyncResult^ BeginGetStatus(
AsyncCallback^ callback,
Object^ state
)
Function BeginGetStatus (
callback As AsyncCallback,
state As Object
) As IAsyncResult
Parameters
callback
Type: System.AsyncCallbackA reference to the callback function that is invoked for notification when the status query is complete.
state
Type: System.ObjectA reference to the state of the caller of this method.
Return Value
Type: System.IAsyncResult
An IAsyncResult.
Remarks
The method must return within a limited timeframe, or else the operation is forced to terminate, and returned result is N/A.
See Also
ITaskStatusQuery Interface
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top