ITaskStatusQuery Interface

 

Exposes methods for providing an asynchronous status query.

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

public interface class ITaskStatusQuery : IDisposable

NameDescription
System_CAPS_pubmethodBeginGetStatus(AsyncCallback^, Object^)

Starts the status query asynchronously.

System_CAPS_pubmethodCancelGetStatus(IAsyncResult^)

Cancels the querying process.

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodEndGetStatus(IAsyncResult^)

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

NameDescription
System_CAPS_pubeventQuickStatusNotificationEvent

Occurs when there is a quick status update.

Return to top

Community Additions

ADD
Show: