Partager via


SyncTaskStatusQuery.CancelGetStatus Method (IAsyncResult)

 

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

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