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.
Cqrs.Commands.DtoCommandHandler< TAuthenticationToken, TDto > Class Template Reference

A ICommandHandle for working with DtoCommand<TAuthenticationToken,TDto>. More...

+ Inheritance diagram for Cqrs.Commands.DtoCommandHandler< TAuthenticationToken, TDto >:

Public Member Functions

 DtoCommandHandler (IUnitOfWork< TAuthenticationToken > unitOfWork)
 Instantiates a new instance of DtoCommandHandler<TAuthenticationToken,TDto> More...
 
void Handle (DtoCommand< TAuthenticationToken, TDto > message)
 Responds to the provided message . More...
 

Detailed Description

A ICommandHandle for working with DtoCommand<TAuthenticationToken,TDto>.

Template Parameters
TAuthenticationTokenThe Type of authentication token.
TDtoThe Type of IDto this command targets.
Type Constraints
TDto :IDto