QuickStatusAsyncResult.Complete Method (TaskQuickStatus, Boolean)
Signals the completion of the query.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
public void Complete(
TaskQuickStatus status,
bool invokeCallback
)
public:
void Complete(
TaskQuickStatus^ status,
bool invokeCallback
)
Public Sub Complete (
status As TaskQuickStatus,
invokeCallback As Boolean
)
Parameters
status
Type: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home.TaskQuickStatusA reference to the status of the task.
invokeCallback
Type: System.Booleantrue to invoke the callback function that was specified when the containing class was instantiated; otherwise, false.
See Also
QuickStatusAsyncResult Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top