ITaskStatusQuery Interface
Exposes methods for providing an asynchronous status query.
Assembly: HomeAddinContract (in HomeAddinContract.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | QuickStatusNotificationEvent | Occurs when there is a quick status update. |
Community Additions
ADD
Show:

