开发者

async wcf service - need to call open() explicitly?

Lame question but when you call a wcf servic开发者_Python百科e asynchronously, do you need to issue a

client.Open() explicitly first or does the async call handle all of that for you?

I am not using a channel factory.


No you dont have to call open, get yourself the client and call the async method, the framework will handle the rest.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜