![]() |
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.
|
A request message envelope that holds authentication, correlation information as well as request data used when making public API requests. More...
Inheritance diagram for Cqrs.Services.ServiceRequestWithData< TAuthenticationToken, TData >:Properties | |
| TData | Data [get, set] |
| The data sent along with the request to act upon/with. More... | |
Properties inherited from Cqrs.Services.ServiceRequest< TAuthenticationToken > | |
| TAuthenticationToken | AuthenticationToken [get, set] |
| The authentication token used to identify the requester. More... | |
| Guid | CorrelationId [get, set] |
| The correlation id used to group together events and notifications. More... | |
Properties inherited from Cqrs.Services.IServiceRequest< TAuthenticationToken > | |
| TAuthenticationToken | AuthenticationToken [get, set] |
| The authentication token used to identify the requester. More... | |
| Guid | CorrelationId [get, set] |
| The correlation id used to group together events and notifications. More... | |
Properties inherited from Cqrs.Services.IServiceRequestWithData< TAuthenticationToken, TData > | |
| TData | Data [get, set] |
| The data sent along with the request to act upon/with. More... | |
A request message envelope that holds authentication, correlation information as well as request data used when making public API requests.