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.

◆ PrepareEvent< TEvent >()

void Cqrs.Azure.ServiceBus.IAzureBusHelper< TAuthenticationToken >.PrepareEvent< TEvent > ( TEvent @  event,
string  framework 
)

Prepares an IEvent<TAuthenticationToken> to be sent specifying the framework it is sent via.

Template Parameters
TEventThe Type ofIEvent<TAuthenticationToken> being sent.
Parameters
eventThe IEvent<TAuthenticationToken> to send.
frameworkThe framework the event is being sent from.

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

Type Constraints
TEvent :IEvent<TAuthenticationToken>