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 >()

virtual void Cqrs.Akka.Events.AkkaEventBus< TAuthenticationToken >.PrepareEvent< TEvent > ( TEvent @  event,
string  framework 
)
virtual

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.
Type Constraints
TEvent :IEvent<TAuthenticationToken>