Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

  • jdstuart

    jdstuart

    Member

    23 Points

    21 Posts

    Re: Another WCF polling/duplex question. How to send a "broadcast" message?

    Oct 18, 2008 12:38 PM | LINK

    In the interface of the duplex client you specify the method that is called when you send stuff back to the client. Make this a synchronous call, then the server won't block on the thread waiting to send data to a client that doesn't exist.