开发者

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

开发者 https://www.devze.com 2023-04-01 01:00 出处:网络
Lame question but when you call a wcf servic开发者_Python百科e asynchronously, do you need to issue a

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

精彩评论

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