CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ Get() [2/2]

virtual IEnumerable<EventData> Cqrs.Events.InProcessEventStore< TAuthenticationToken >.Get ( Guid  correlationId)
virtual

Get all IEvent<TAuthenticationToken> instances for the given correlationId .

Parameters
correlationIdThe IMessage.CorrelationId of the IEvent<TAuthenticationToken> instances to retrieve.

Implements Cqrs.Events.IEventStore< TAuthenticationToken >.