SyncTaskStatusQuery.EndGetStatus Method (IAsyncResult)
Returns the synchronous result.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
public TaskQuickStatus EndGetStatus(
IAsyncResult result
)
public:
virtual TaskQuickStatus^ EndGetStatus(
IAsyncResult^ result
) sealed
Public Function EndGetStatus (
result As IAsyncResult
) As TaskQuickStatus
Parameters
result
Type: System.IAsyncResultA reference to the result.
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 show N/A.
Implements
ITaskStatusQuery.EndGetStatus(IAsyncResult)
See Also
SyncTaskStatusQuery Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top