QuickStatusAsyncResult Class
Contains the default implementation for delivering the status of an asynchronous update.
Assembly: HomeAddinContract (in HomeAddinContract.dll)
| Name | Description | |
|---|---|---|
![]() | QuickStatusAsyncResult(AsyncCallback^, Object^) | Initializes a new instance of the QuickStatusAsyncResult class. |
| Name | Description | |
|---|---|---|
![]() | AsyncState | Gets a user-defined object that qualifies or contains information about the asynchronous status update. |
![]() | AsyncWaitHandle | Gets an object that is used to wait for the asynchronous status update to complete. |
![]() | Canceled | Gets or sets a value that indicates whether the asynchronous status update has been canceled. |
![]() | CompletedSynchronously | Gets or sets a value that indicates whether the asynchronous status update has completed synchronously. |
![]() | IsCompleted | Gets or sets a value that indicates whether the asynchronous status update has completed. |
![]() | Status | Gets or sets the status of the asynchronous update. |
| Name | Description | |
|---|---|---|
![]() | Complete(TaskQuickStatus^, Boolean) | Signals the completion of the query. |
![]() | Dispose() | Releases all resources used by the QuickStatusAsyncResult. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the QuickStatusAsyncResult and optionally releases the managed resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


