Click or drag to resize

PushMessengerTMessenger Methods


The PushMessengerTMessenger type exposes the following members.

Methods
  Name Description
Public method GetHubContext Retrieves SignalR Hub context, for the underlying messenger type
Public method SendToAll(String) Sends a string message to every logged-in user at client side
Public method SendToAllT(T) Sends a message containing an object to every logged-in user at client side
Public method 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
Public method 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
Public method SendToMe(String) Sends a string message to client side, only the CMS clients with login of Current User will receive this message
Public method SendToMeT(T) Sends a message containing an object to client side, only the CMS clients with login of Current User will receive this message
Public method SendToUser(String, String) Sends a string message to client side, only the CMS clients with login of specified user will receive this message
Public method 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
Public method SendToUsers(String, String) Sends a string message to client side, only the CMS clients with login of specified users will receive this message
Public method 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
Top
See Also