CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Commands.ICommandSender< TAuthenticationToken > Interface Template Reference

Sends an ICommand<TAuthenticationToken> More...

+ Inheritance diagram for Cqrs.Commands.ICommandSender< TAuthenticationToken >:

Public Member Functions

void Send< TCommand > (TCommand command)
 
void Send< TCommand > (IEnumerable< TCommand > commands)
 
- 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...
 

Detailed Description

Sends an ICommand<TAuthenticationToken>

Template Parameters
TAuthenticationToken