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