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.

◆ GetEventData()

virtual IServiceResponseWithResultData<IEnumerable<EventData> > Cqrs.WebApi.CqrsEventApiController< TSingleSignOnToken >.GetEventData ( IServiceRequestWithData< TSingleSignOnToken, Guid >  serviceRequest)
protectedvirtual

Get all events raised with the same IMessage.CorrelationId.

Parameters
serviceRequestThe IMessage.CorrelationId of the events to find.
Returns
A collection of event data