Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cancels the querying process. This method has an empty implementation that does nothing.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
public void CancelGetStatus(
IAsyncResult result
)
public:
virtual void CancelGetStatus(
IAsyncResult^ result
) sealed
Public Sub CancelGetStatus (
result As IAsyncResult
)
Parameters
result
Type: System.IAsyncResultA reference to the result.
Implements
ITaskStatusQuery.CancelGetStatus(IAsyncResult)
Remarks
Note that this class implements the ITaskStatusQuery interface as a synchronous query, so the BeginGetStatus method retrieves a result immediately, and the CancelGetStatus method is not needed.
See Also
SyncTaskStatusQuery Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top