![]()  | 
  
    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 response message envelope that holds request state, correlation information as well as the response data returned from making a public API request. More...
 Inheritance diagram for Cqrs.Services.IServiceResponseWithResultData< TResultData >:Properties | |
| TResultData | ResultData [get, set] | 
| The data returned from making a public API request.  More... | |
  Properties inherited from Cqrs.Services.IServiceResponse | |
| ServiceResponseStateType | State [get, set] | 
| The state of the request.  More... | |
| Guid | CorrelationId [get, set] | 
| The correlation id used to group together events and notifications.  More... | |
A response message envelope that holds request state, correlation information as well as the response data returned from making a public API request.
| TResultData | The type of data returned from making a public API request. |