![]() |
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.
|
string Cqrs.Azure.ServiceBus.IMessageSerialiser< TAuthenticationToken >.SerialiseCommand< TCommand > | ( | TCommand | command | ) |
Serialise the provided command .
TCommand | The Type of the ICommand<TAuthenticationToken> being serialised. |
command | The ICommand<TAuthenticationToken> being serialised. |
Implemented in Cqrs.Azure.ServiceBus.MessageSerialiser< TAuthenticationToken >.
TCommand | : | ICommand<TAuthenticationToken> |