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.SignalR.Hubs.INotificationHub Interface Reference

Sends events to different groups of users. More...

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

Detailed Description

Sends events to different groups of users.