CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Services.IVersionedServiceResponse Interface Reference

A IServiceResponse that provides version information. More...

+ Inheritance diagram for Cqrs.Services.IVersionedServiceResponse:

Properties

double Version [get, set]
 The version of the data being returned 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...
 

Detailed Description

A IServiceResponse that provides version information.