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.

◆ SerialiseCommand< TCommand >()

string Cqrs.Azure.ServiceBus.IMessageSerialiser< TAuthenticationToken >.SerialiseCommand< TCommand > ( TCommand  command)

Serialise the provided command .

Template Parameters
TCommandThe Type of the ICommand<TAuthenticationToken> being serialised.
Parameters
commandThe ICommand<TAuthenticationToken> being serialised.
Returns
A string representation of the provided command .

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

Type Constraints
TCommand :ICommand<TAuthenticationToken>