开发者

Castles WCF Facility Async Call

开发者 https://www.devze.com 2023-02-09 04:22 出处:网络
i am currently working on the wcf facility of castle. Ve开发者_如何学编程ry good work i must add.

i am currently working on the wcf facility of castle. Ve开发者_如何学编程ry good work i must add.

I have following issue.

I want to call my service async and the bind the result on the ui thread to a bindingsource.

client.BeginWcfCall(p=>p.GetClients,??? );

when the async call complete i would liked to call a function like BindClients() in order to bind the result to the bindingsource of a form in the ui thread.

Any Suggestions?????


from the top of my head there's a property like UseSynchronizationContext or similar on AsyncWcfCall

0

精彩评论

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