CancellableTaskStatusQuery Class

 

Contains the base functionality for performing status queries for a cancellable task.

Namespace:   Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly:  HomeAddinContract (in HomeAddinContract.dll)

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

public ref class CancellableTaskStatusQuery abstract : ITaskStatusQuery, 
	IDisposable

NameDescription
System_CAPS_protmethodCancellableTaskStatusQuery()

Initializes a new instance of the CancellableTaskStatusQuery class.

NameDescription
System_CAPS_pubmethodBeginGetStatus(AsyncCallback^, Object^)

Starts the status query asynchronously for a cancellable task.

System_CAPS_pubmethodCancelGetStatus(IAsyncResult^)

Cancels the asynchronous querying process.

System_CAPS_pubmethodDispose()

Releases all resources used by the CancellableTaskStatusQuery.

System_CAPS_protmethodDispose(Boolean)

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

System_CAPS_pubmethodEndGetStatus(IAsyncResult^)

Waits for the completion of the asynchronous query and returns the result.

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_protmethodQueryStatus(CancellationToken)

When overridden in a derived class, queries for the status of a cancellable task.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventQuickStatusNotificationEvent

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.

Return to top

Community Additions

ADD
Show: