QuickStatusAsyncResult Class
Contains the default implementation for delivering the status of an asynchronous update.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home.QuickStatusAsyncResult
Syntax
public class QuickStatusAsyncResult : IAsyncResult, IDisposable
public ref class QuickStatusAsyncResult : IAsyncResult, IDisposable
Public Class QuickStatusAsyncResult
Implements IAsyncResult, IDisposable
Constructors
Name | Description | |
---|---|---|
QuickStatusAsyncResult(AsyncCallback, Object) | Initializes a new instance of the QuickStatusAsyncResult class. |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top