CQRS.NET  4.0
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.

◆ Publish< TCommand >() [2/2]

virtual void Cqrs.Akka.Commands.AkkaCommandBusProxy< TAuthenticationToken >.Publish< TCommand > ( TCommand  command)
virtual

Publishes the provided command on the command bus.

Implements Cqrs.Commands.ICommandPublisher< TAuthenticationToken >.

Type Constraints
TCommand :ICommand<TAuthenticationToken>