ISender<TRequest> Interface
Definition
Defines a producer/sender channel used for interacting with other subsystems (out-process/inter-application) to do something (e.g., change the state).
public interface ISender<in TRequest> where TRequest : IRequest
Type Parameters
TRequestThe type of the model to invoke on a handler.
Methods
| Name | Description |
|---|---|
| SendAsync(IEnumerable<IMessage<TRequest>>, Action<AsyncOptions>) | Sends the specified |