Share via


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
System_CAPS_pubmethod QuickStatusAsyncResult(AsyncCallback, Object)

Initializes a new instance of the QuickStatusAsyncResult class.

Properties

Name Description
System_CAPS_pubproperty AsyncState

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

System_CAPS_pubproperty AsyncWaitHandle

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

System_CAPS_pubproperty Canceled

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

System_CAPS_pubproperty CompletedSynchronously

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

System_CAPS_pubproperty IsCompleted

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

System_CAPS_pubproperty Status

Gets or sets the status of the asynchronous update.

Methods

Name Description
System_CAPS_pubmethod Complete(TaskQuickStatus, Boolean)

Signals the completion of the query.

System_CAPS_pubmethod Dispose()

Releases all resources used by the QuickStatusAsyncResult.

System_CAPS_protmethod Dispose(Boolean)

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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