CancellableTaskStatusQuery Class
Contains the base functionality for performing status queries for a cancellable task.
Assembly: HomeAddinContract (in HomeAddinContract.dll)
| Name | Description | |
|---|---|---|
![]() | CancellableTaskStatusQuery() | Initializes a new instance of the CancellableTaskStatusQuery class. |
| Name | Description | |
|---|---|---|
![]() | BeginGetStatus(AsyncCallback^, Object^) | Starts the status query asynchronously for a cancellable task. |
![]() | CancelGetStatus(IAsyncResult^) | Cancels the asynchronous querying process. |
![]() | Dispose() | Releases all resources used by the CancellableTaskStatusQuery. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the CancellableTaskStatusQuery and optionally releases the managed resources. |
![]() | EndGetStatus(IAsyncResult^) | Waits for the completion of the asynchronous query and returns the result. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | QueryStatus(CancellationToken) | When overridden in a derived class, queries for the status of a cancellable task. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | QuickStatusNotificationEvent | Occurs when there is a quick status update on a cancellable task. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


