CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Services.IServiceRequest< TAuthenticationToken > Interface Template Reference

A request message envelope that holds authentication and correlation information used when making public API requests. More...

+ Inheritance diagram for Cqrs.Services.IServiceRequest< TAuthenticationToken >:

Properties

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...
 

Detailed Description

A request message envelope that holds authentication and correlation information used when making public API requests.

Template Parameters
TAuthenticationTokenThe type of authentication token used.