| PushMessengerTMessenger Methods | 
The PushMessengerTMessenger generic type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetHubContext | 
            Retrieves SignalR Hub context, for the underlying messenger type
             | 
|  | SendToAll(String) | 
            Sends a string message to every logged-in user at client side
             | 
|  | SendToAllT(T) | 
            Sends a message containing an object to every logged-in user at client side
             | 
|  | SendToGroups(String, IUserGroup) | 
            Sends a string message to client side, only the CMS clients with login user as member of the specified user groups, will receive this message
             | 
|  | SendToGroupsT(T, IUserGroup) | 
            Sends a message containing an object to client side, only the CMS clients with login user as member of the specified user groups, will receive this message
             | 
|  | SendToMe(String) | 
            Sends a string message to client side, only the CMS clients with login of Current User will receive this message
             | 
|  | SendToMeT(T) | 
            Sends a message containing an object to client side, only the CMS clients with login of Current User will receive this message
             | 
|  | SendToUser(String, String) | 
            Sends a string message to client side, only the CMS clients with login of specified user will receive this message
             | 
|  | SendToUserT(T, String) | 
            Sends a message containing an object to client side, only the CMS clients with login of specified users will receive this message
             | 
|  | SendToUsers(String, String) | 
            Sends a string message to client side, only the CMS clients with login of specified users will receive this message
             | 
|  | SendToUsersT(T, String) | 
            Sends a message containing an object to client side, only the CMS clients with login of specified users will receive this message
             | 
 See Also
See Also