Interface IDispatcherService
Dispatcher service.
Namespace: ISynergy.Framework.Mvvm.Abstractions.Services
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IDispatcherService
Properties
View SourceDispatcher
Declaration
object Dispatcher { get; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
View SourceInvoke(Action)
Declaration
bool Invoke(Action action)
Parameters
Type | Name | Description |
---|---|---|
Action | action |
Returns
Type | Description |
---|---|
System.Boolean |