CQRS.NET  2.1
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.WebApi.CqrsEventApiController< TSingleSignOnToken >.GetEventData ( IServiceRequestWithData< TSingleSignOnToken, Guid >  serviceRequest)
protectedvirtual

Query for all the events that match the provided CorrelationId.

Parameters
serviceRequestA service-request that contains the CorrelationId.
Returns
A collection of event data