Метод | Описание | |
---|---|---|
Create ( DispatcherConfiguration>.Func |
Factory method
|
|
Dispatch ( Object message ) : void | ||
Dispatch ( Object message, Action |
||
Dispatcher ( |
Initializes a new instance of the T:System.Object class.
|
|
InvokeByReflection ( Object handler, Object message ) : void | ||
InvokeDynamic ( Object handler, Object message ) : void |
Метод | Описание | |
---|---|---|
ExecuteHandler ( Object handler, Object message, Action |
public static Create ( DispatcherConfiguration>.Func |
||
configurationAction | DispatcherConfiguration>.Func | |
Результат |
public Dispatch ( Object message, Action |
||
message | Object | |
exceptionObserver | Action |
|
Результат | void |
public Dispatcher ( |
||
configuration | ||
Результат | System |
public InvokeByReflection ( Object handler, Object message ) : void | ||
handler | Object | |
message | Object | |
Результат | void |
public InvokeDynamic ( Object handler, Object message ) : void | ||
handler | Object | |
message | Object | |
Результат | void |