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.WebApi.CqrsHttpApplicationWithSignalR< TAuthenticationToken, TEventToHubProxy > Class Template Reference

A CqrsHttpApplication that allows you to specify how events are sent to SignalR. More...

Detailed Description

A CqrsHttpApplication that allows you to specify how events are sent to SignalR.

Template Parameters
TAuthenticationTokenThe Type of the authentication token.
TEventToHubProxyThe Type of the proxy class that specifies how events are sent to SignalR.
Type Constraints
TEventToHubProxy :EventToHubProxy<TAuthenticationToken>