Click or drag to resize

IPushMessenger Methods


The IPushMessenger type exposes the following members.

Methods
  Name Description
Public method SendToAll(String) Sends a message to all connected user.
Public method SendToAllT(T) Sends an object to all connected users. The object is automatically parsed on client side.
Public method SendToGroups(String, IUserGroup) Sends a message to users in specified groups
Public method SendToGroupsT(T, IUserGroup) Sends a object to users in specified groups
Public method SendToMe(String) Sends a message to the sender only
Public method SendToMeT(T) Sends an object to the sender only
Public method SendToUser(String, String) Sends a message to the specified user, via the user's UserId.
Public method SendToUserT(T, String) Sends an object to the specified user, via the user's UserId.
Public method SendToUsers(String, String) Sends a message to the specified users, via the users' UserId.
Public method SendToUsersT(T, String) Sends an object to the specified users, via the users' UserId.
Top
See Also