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.

◆ DequeuAndProcessCommand()

virtual void Cqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >.DequeuAndProcessCommand ( string  queueName)
protectedvirtual

Infinitely runs a loop checking if the queue exists in QueueTracker and then dequeues ICommand<TAuthenticationToken> one at a time, pausing for 0.1 seconds between loops.

Parameters
queueNameThe name of the queue.