Dear All.
I have developed a chat application using wcf duplex, use for WAN network
In my list chatting, have max 1000 clients online currently.
Now i want to send a message to all at once. So i dont know how to do it, how to send broadcast ?
Anybody help me, please!
Thanks
How to send broadcast in vb.net
Page 1 of 13 Replies - 3234 Views - Last Post: 06 December 2012 - 04:27 AM
Replies To: How to send broadcast in vb.net
#2
Re: How to send broadcast in vb.net
Posted 18 May 2010 - 04:13 PM
Loop thru all the clients and send the message.
#3
Re: How to send broadcast in vb.net
Posted 18 May 2010 - 05:24 PM
#4
Re: How to send broadcast in vb.net
Posted 06 December 2012 - 04:27 AM
Try using a background worker, use the event BackgroundWorker Async and to run the code use BackgroundWork.runworkerasync()
You can also add a progress bar which can be linked to the BackgroundWorker.ProgressChanged() event.
You can also add a progress bar which can be linked to the BackgroundWorker.ProgressChanged() event.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|