Click or drag to resize

PushMessengerTMessenger Methods


The PushMessengerTMessenger generic type exposes the following members.

Methods
  NameDescription
Public methodGetHubContext
Retrieves SignalR Hub context, for the underlying messenger type
Public methodSendToAll(String)
Sends a string message to every logged-in user at client side
Public methodSendToAllT(T)
Sends a message containing an object to every logged-in user at client side
Public methodSendToGroups(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 methodSendToGroupsT(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 methodSendToMe(String)
Sends a string message to client side, only the CMS clients with login of Current User will receive this message
Public methodSendToMeT(T)
Sends a message containing an object to client side, only the CMS clients with login of Current User will receive this message
Public methodSendToUser(String, String)
Sends a string message to client side, only the CMS clients with login of specified user will receive this message
Public methodSendToUserT(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 methodSendToUsers(String, String)
Sends a string message to client side, only the CMS clients with login of specified users will receive this message
Public methodSendToUsersT(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