Method | Description | |
---|---|---|
Dispatch ( object @event ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
FindHandlers ( object @event ) : IEnumerable | ||
LogException ( object handler, System.DateTime timeStamp, |
||
LogInfo ( object handler, System.DateTime timeStamp, string message ) : void |
Method | Description | |
---|---|---|
InvokeMethod ( string methodName, object invokableObject, object methodArg ) : System.Threading.Tasks.Task |
public Dispatch ( object @event ) : System.Threading.Tasks.Task | ||
@event | object | |
return | System.Threading.Tasks.Task |
protected abstract FindHandlers ( object @event ) : IEnumerable | ||
@event | object | |
return | IEnumerable |
protected abstract LogException ( object handler, System.DateTime timeStamp, |
||
handler | object | |
timeStamp | System.DateTime | |
exception | ||
return | void |
protected abstract LogInfo ( object handler, System.DateTime timeStamp, string message ) : void | ||
handler | object | |
timeStamp | System.DateTime | |
message | string | |
return | void |