Share via


DispatcherOperation Members

The following tables list the members exposed by the DispatcherOperation type.

Public Properties

Name Description
Public Property Dispatcher Gets the dispatcher that the delegate associated with the current DispatcherOperation object was posted to.
Public Property Result Gets the result of the delegate associated with the current DispatcherOperation object, if the operation has completed.
Public Property Status Gets the current operation status of the delegate on the dispatcher queue associated with the current DispatcherOperation object.

Public Methods

Name Description
Public Method Abort Aborts the delegate on the dispatcher queue associated with the current DispatcherOperation object.
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)
Public Method Wait Overloaded. Waits for the delegate on the dispatcher queue associated with the current DispatcherOperation object to complete.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

Public Events

Name Description
Public Event Aborted Occurs when the delegate on the dispatcher queue associated with the current DispatcherOperation object is aborted.
Public Event Completed Occurs when the delegate on the dispatcher queue associated with the current DispatcherOperation object completes.

See Also

Reference

DispatcherOperation Class
Microsoft.SPOT Namespace