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.

◆ GetEventData()

virtual IServiceResponseWithResultData<IEnumerable<EventData> > Cqrs.Services.EventService< TAuthenticationToken >.GetEventData ( IServiceRequestWithData< TAuthenticationToken, Guid >  serviceRequest)
virtual

Get all events raised with the same IMessage.CorrelationId.

Parameters
serviceRequestThe IMessage.CorrelationId of the events to find.

Implements Cqrs.Services.IEventService< TAuthenticationToken >.