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.

◆ 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.