CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ EnqueueCommand()

virtual void Cqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >.EnqueueCommand ( string  targetQueueName,
ICommand< TAuthenticationToken >  command 
)
protectedvirtual

Places the provided command into the appropriate queue in the QueueTracker.

Parameters
targetQueueNameThe name of the target queue to place the command into
commandThe ICommand<TAuthenticationToken> to handle.