PushMessenger<TMessenger> .SendToUsers Method |
Name | Description | |
---|---|---|
![]() | SendToUsers(String,String[]) |
Sends a string message to client side, only the CMS clients with login of specified users will receive this message
|
![]() | SendToUsers<T>(T,String[]) |
Sends a message containing an object to client side, only the CMS clients with login of specified users will receive this message
|