![]() |
CQRS.NET
2.4
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Sends an ICommand<TAuthenticationToken> More...
Inheritance diagram for Cqrs.Commands.ICommandSender< TAuthenticationToken >:Public Member Functions | |
| void | Send< TCommand > (TCommand command) |
| Publishes the provided command on the command bus. More... | |
| void | Send< TCommand > (IEnumerable< TCommand > commands) |
| Publishes the provided commands on the command bus. More... | |
Public Member Functions inherited from Cqrs.Commands.ICommandPublisher< TAuthenticationToken > | |
| void | Publish< TCommand > (TCommand command) |
| Publishes the provided command on the command bus. More... | |
| void | Publish< TCommand > (IEnumerable< TCommand > commands) |
| Publishes the provided commands on the command bus. More... | |
Sends an ICommand<TAuthenticationToken>
| TAuthenticationToken | The Type of the authentication token. |