![]() |
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.
|
IServiceResponseWithResultData<IEnumerable<EventData> > Cqrs.Services.IEventService< TAuthenticationToken >.GetEventData | ( | IServiceRequestWithData< TAuthenticationToken, Guid > | serviceRequest | ) |
Get all events raised with the same IMessage.CorrelationId.
serviceRequest | The IMessage.CorrelationId of the events to find. |
Implemented in Cqrs.Services.EventService< TAuthenticationToken >.