How can I call the asynchronous call to a methhod in WCF, and what are the properties I need to set for the same.
Is it initialized using class name or class client name?
Loading
How can I call the asynchronous call to a methhod in WCF, and what are the properties I need to set for the same.
Is it initialized using class name or class client name?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
vivek kulkarniPosted Apr 23, 2009, 7:38 AM
Hi,
Please go through the following links.
http://dotnetaddict.dotnetdevelopersjournal.com/wcf_alarmclock.htm
http://msdn.microsoft.com/en-us/library/ms751505.aspx
Asynchronous
http://msdn.microsoft.com/en-us/library/ms730059.aspx
How to: Call WCF Service Operations Asynchronously
Thank you,