Skip to main content

DispatcherService Members

A UI service that allows you to use the DispatcherQueue to perform actions in a ViewModel.

Constructors

Name Description
DispatcherService() Initializes a new instance of the DispatcherService class.

Fields

Name Description
AssociatedObjectProperty static Identifies the AssociatedObject dependency property. Inherited from Behavior.
ServiceClientProperty static Identifies the ServiceClient dependency property. Inherited from UIServiceBase<T>.

Properties

Name Description
IsAttached Gets whether the behavior is attached to its associated object. Inherited from Behavior.
Name Gets or sets the service name that is used to register the service to a service container. You can use it to implement separate access to services that implement the same service. Inherited from UIServiceBase<T>.
ServiceClient Gets or sets a service container where the service is registered. This is a dependency property. Inherited from UIServiceBase<T>.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
InvokeAsync(Action, DispatcherActionPriority, Int32) Executes the specified Action asynchronously at the specified priority on the thread that is associated with the Dispatcher.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also