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.WebApi.SignalR.Hubs.INotificationHub Interface Reference
+ Inheritance diagram for Cqrs.WebApi.SignalR.Hubs.INotificationHub:

Public Member Functions

void SendUsersEvent< TAuthenticationToken > (IEvent< TAuthenticationToken > eventData, params Guid[] userRsnCollection)
 Send out an event to specific user RSNs More...
 
void SendUserEvent< TAuthenticationToken > (IEvent< TAuthenticationToken > eventData, string userToken)
 Send out an event to specific user token More...
 
void SendAllUsersEvent< TAuthenticationToken > (IEvent< TAuthenticationToken > eventData)
 Send out an event to all users More...
 
void SendExceptThisUserEvent< TAuthenticationToken > (IEvent< TAuthenticationToken > eventData, string userToken)
 Send out an event to all users except the specific user token More...