Click or drag to resize

Messenger Class


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
SystemObject
  HubBase
    Hub
      Ingeniux.CMS.Models.MessagingMessengerBase
        Ingeniux.CMS.Models.MessagingMessenger

Namespace:  Ingeniux.CMS.Models.Messaging
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public class Messenger : MessengerBase

The Messenger type exposes the following members.

Constructors
  NameDescription
Public methodMessenger
Initializes a new instance of the Messenger class
Top
Methods
  NameDescription
Public methodpushNotify
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
Top
See Also