Share via


ITaskStatusQuery Interface

 

Exposes methods for providing an asynchronous status query.

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

Syntax

public interface ITaskStatusQuery : IDisposable
public interface class ITaskStatusQuery : IDisposable
Public Interface ITaskStatusQuery
    Inherits IDisposable

Methods

Name Description
System_CAPS_pubmethod BeginGetStatus(AsyncCallback, Object)

Starts the status query asynchronously.

System_CAPS_pubmethod CancelGetStatus(IAsyncResult)

Cancels the querying process.

System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

System_CAPS_pubmethod EndGetStatus(IAsyncResult)

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

Events

Name Description
System_CAPS_pubevent QuickStatusNotificationEvent

Occurs when there is a quick status update.

See Also

Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace

Return to top