![]() |
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.
|
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.
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> |