![]()  | 
  
    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. 
   | 
 
| bool Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >.PrepareAndValidateCommand< TCommand > | ( | TCommand | command, | 
| string | framework | ||
| ) | 
Prepares and validates a ICommand<TAuthenticationToken> to be sent specifying the framework it is sent via.
| TCommand | The Type ofICommand<TAuthenticationToken> being sent. | 
| command | The ICommand<TAuthenticationToken> to send. | 
| framework | The framework the command is being sent from. | 
Implemented in Cqrs.Azure.ServiceBus.AzureBusHelper< TAuthenticationToken >.
| TCommand | : | ICommand<TAuthenticationToken> |