开发者

How to make a WCF client ignore the response?

开发者 https://www.devze.com 2022-12-13 22:17 出处:网络
I have a contract in the same signature as an Action<T> delegate: [ServiceContract()] interface ISomeService

I have a contract in the same signature as an Action<T> delegate:

[ServiceContract()]
interface ISomeService
{
    [OperationContract()]
    void DoSomethi开发者_如何转开发ng(object data);
}
  1. Will the client wait for the server side method execution to finish?
  2. If yes, how to prevent this?
  3. Should I use async calls to achieve my goal?


Look into one way operations.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号