Click or drag to resize

IPushMessenger Methods


Methods
  NameDescription
Public methodSendToAll(String)
Sends a message to all connected user.
Public methodSendToAllT(T)
Sends an object to all connected users. The object is automatically parsed on client side.
Public methodSendToGroups(String, IUserGroup)
Sends a message to users in specified groups
Public methodSendToGroupsT(T, IUserGroup)
Sends a object to users in specified groups
Public methodSendToMe(String)
Sends a message to the sender only
Public methodSendToMeT(T)
Sends an object to the sender only
Public methodSendToUser(String, String)
Sends a message to the specified user, via the user's UserId.
Public methodSendToUserT(T, String)
Sends an object to the specified user, via the user's UserId.
Public methodSendToUsers(String, String)
Sends a message to the specified users, via the users' UserId.
Public methodSendToUsersT(T, String)
Sends an object to the specified users, via the users' UserId.
Top
See Also