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.

◆ Save< T >()

virtual void Cqrs.Events.EventStore< TAuthenticationToken >.Save< T > ( IEvent< TAuthenticationToken > @  event)
virtual

Saves the provided event .

Template Parameters
TThe Type of the IAggregateRoot<TAuthenticationToken> the IEvent<TAuthenticationToken> was raised in.
Parameters
eventThe IEvent<TAuthenticationToken> to be saved.

Implements Cqrs.Events.IEventStore< TAuthenticationToken >.