Share via


ITaskStatusQuery.EndGetStatus Method (IAsyncResult)

 

Waits for the completion of the query, returns the result, and releases all relevant resources.

Namespace:   Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly:  HomeAddinContract (in HomeAddinContract.dll)

Syntax

TaskQuickStatus EndGetStatus(
    IAsyncResult result
)
TaskQuickStatus^ EndGetStatus(
    IAsyncResult^ result
)
Function EndGetStatus (
    result As IAsyncResult
) As TaskQuickStatus

Parameters

Return Value

Type: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home.TaskQuickStatus

A TaskQuickStatus. If the return value is null, the method has failed, and the displayed status may be N/A.

Remarks

This method can only be invoked after the BeginGetStatus method has been called. The method is not invoked if the CancelGetStatus method is invoked. An exception should be thrown if the method is invoked improperly. The method is blocking until the query process has completed.

See Also

ITaskStatusQuery Interface
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace

Return to top