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)

System::Object
  Microsoft.WindowsServerSolutions.Dashboard.Addins.Home::QuickStatusAsyncResult

public ref class QuickStatusAsyncResult : IAsyncResult, IDisposable

NameDescription
System_CAPS_pubmethodQuickStatusAsyncResult(AsyncCallback^, Object^)

Initializes a new instance of the QuickStatusAsyncResult class.

NameDescription
System_CAPS_pubpropertyAsyncState

Gets a user-defined object that qualifies or contains information about the asynchronous status update.

System_CAPS_pubpropertyAsyncWaitHandle

Gets an object that is used to wait for the asynchronous status update to complete.

System_CAPS_pubpropertyCanceled

Gets or sets a value that indicates whether the asynchronous status update has been canceled.

System_CAPS_pubpropertyCompletedSynchronously

Gets or sets a value that indicates whether the asynchronous status update has completed synchronously.

System_CAPS_pubpropertyIsCompleted

Gets or sets a value that indicates whether the asynchronous status update has completed.

System_CAPS_pubpropertyStatus

Gets or sets the status of the asynchronous update.

NameDescription
System_CAPS_pubmethodComplete(TaskQuickStatus^, Boolean)

Signals the completion of the query.

System_CAPS_pubmethodDispose()

Releases all resources used by the QuickStatusAsyncResult.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the QuickStatusAsyncResult and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: