TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Koteswararao Mallisetti
NA
817
564k
how to make the asynchronus methods in wcf
Oct 11 2010 9:56 AM
hi,
i am developing the method in wcf as asynchronous but they can't work i am use
[OperationContract]
int add(int x,int y);
[OperationContract(AsyncPattern = true)]
IAsyncResult Beginadd(int x,int y,AsyncCallback callback,object state);
int Endadd(int x, int y, IAsyncResult result);
but it will not work if you have any resources plz provide me any link also
Reply
Answers (
1
)
SOAP Request to WCF service fails
system.servicemodel.protocolexception