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 | |
---|---|---|
BeginGetStatus(AsyncCallback, Object) | Starts the status query asynchronously. |
|
CancelGetStatus(IAsyncResult) | Cancels the querying process. |
|
Dispose() | (Inherited from IDisposable.) |
|
EndGetStatus(IAsyncResult) | Waits for the completion of the query, returns the result, and releases all relevant resources. |
Events
Name | Description | |
---|---|---|
QuickStatusNotificationEvent | Occurs when there is a quick status update. |
See Also
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top