메소드 | 설명 | |
---|---|---|
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 |