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.

◆ PrepareCommand< TCommand >()

virtual void Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >.PrepareCommand< TCommand > ( TCommand  command)
protectedvirtual

Sets the IMessageWithAuthenticationToken<TAuthenticationToken>.AuthenticationToken, IMessage.CorrelationId, IMessage.OriginatingFramework to "Akka" and adds a value of "Akka" to the IMessage.Frameworks if not already done so

Type Constraints
TCommand :ICommand<TAuthenticationToken>