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

◆ DefaultReceiveCommand()

bool Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >.DefaultReceiveCommand ( ICommand< TAuthenticationToken >  command,
RouteManager  routeManager,
string  framework 
)
Returns
True indicates the command was successfully handled by a handler. False indicates the command wasn't handled, but didn't throw an error, so by convention, that means it was skipped. Null indicates the commandcommand wasn't handled as it was already handled.

Implemented in Cqrs.Azure.ServiceBus.AzureBusHelper< TAuthenticationToken >, and Cqrs.Azure.ServiceBus.AzureBusHelper< TAuthenticationToken >.