The proxy class for general purpose messenger. Provides functionalities to receive client side javascript calls via Hub object.
Derived classes are to be used to specific purpose
Inheritance Hierarchy
Namespace:
Ingeniux.CMS.Models.Messaging
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public class Messenger : MessengerBase
Public Class Messenger
Inherits MessengerBase
public ref class Messenger : public MessengerBase
type Messenger =
class
inherit MessengerBase
end
The Messenger type exposes the following members.
Constructors
| Name | Description |
---|
| Messenger | Initializes a new instance of the Messenger class |
TopMethods
| Name | Description |
---|
| pushNotify |
A mapped method for client side javascript to call on the hub object.
This method allows client side to send a message to specified User, or broadcast
to all users
|
TopSee Also