This is a internal use class for sending SignalR push notifiction.
It is not incharge to received request from client, just to a way for CMS site to push out notifications
Inheritance Hierarchy
Ingeniux.CMS.Models.MessagingPushMessenger
Namespace: Ingeniux.CMS.Models.Messaging
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The PushMessenger type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PushMessenger(IUserSession) | Initializes a new instance of the PushMessenger class | |
| PushMessenger(IContentStore, IReadonlyUser) | Initializes a new instance of the PushMessenger class |
Properties
| Name | Description | |
|---|---|---|
| Identity | ||
| SiteName | ||
| UserId | ||
| UserName |
Methods
See Also