Hi,
How can I send the notification to multiple clients and the client is currently online?
Thanks.
4 Answer(s)
-
0
Hi @tteoh did you check this document : <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Notification-System#publish-notifications">http://aspnetboilerplate.com/Pages/Docu ... ifications</a>
-
0
You can use IOnlineClientManager to get online clients <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/RealTime/OnlineClientManager.cs">https://github.com/aspnetboilerplate/as ... Manager.cs</a>.
-
0
<cite>alirizaadiyahsi: </cite> Hi @tteoh did you check this document : <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Notification-System#publish-notifications">http://aspnetboilerplate.com/Pages/Docu ... ifications</a>
Thanks :D
-
0
<cite>ismcagdas: </cite> You can use IOnlineClientManager to get online clients <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/RealTime/OnlineClientManager.cs">https://github.com/aspnetboilerplate/as ... Manager.cs</a>.
Thanks :D