What steps do I need to take to use WCF Callbacks?

后端 未结 4 752
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 06:46

I am trying to learn WCF. I have a simple client and server application setup and upon pressing a button on the client, it gets an updated value from the server.

4条回答
  •  抹茶落季
    2020-12-02 07:06

    Grab a copy of "Programming WCF Services, 2nd Edition" by Juval Lowy. There are large sections of the book devoted to Callback operations. In Chapter 5, start on page 214. In the chapter on Concurrency Management (ch. 8) there's even more information.

    "Programming WCF Services" is more or less the WCF "bible."

提交回复
热议问题