Property | Type | Description |
---|
Method | Description | |
---|---|---|
Invoke ( object message, IMessageHandlerContext handlerContext ) : System.Threading.Tasks.Task |
Invokes the message handler.
|
|
MessageHandler ( Func invocation, |
Creates a new instance of the message handler with predefined invocation delegate and handler type.
|
public Invoke ( object message, IMessageHandlerContext handlerContext ) : System.Threading.Tasks.Task | ||
message | object | the message to pass to the handler. |
handlerContext | IMessageHandlerContext | the context to pass to the handler. |
return | System.Threading.Tasks.Task |
public MessageHandler ( Func invocation, |
||
invocation | Func | The invocation with context delegate. |
handlerType | The handler type. | |
return | System |