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.

◆ PrepareCommand< TCommand >()

void Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >.PrepareCommand< TCommand > ( TCommand  command,
string  framework 
)

Prepares a ICommand<TAuthenticationToken> to be sent specifying the framework it is sent via.

Template Parameters
TCommandThe Type ofICommand<TAuthenticationToken> being sent.
Parameters
commandThe ICommand<TAuthenticationToken> to send.
frameworkThe framework the command is being sent from.

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

Type Constraints
TCommand :ICommand<TAuthenticationToken>