Interface IHandle<InT, OutT>
Type Parameters
InT
OutT
Methods
HandleAsync(InT, MessageContext)
Handles the specified item asynchronously.
Parameters
item
InTThe item to be handled.
messageContext
MessageContext
Returns
- Value
Task <OutT> A task that represents the asynchronous operation.