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
Sujina S
NA
2
4.8k
Wait for an WCF Service to complete
Dec 19 2013 3:15 AM
Hi friends
I am struggling with my wcf service in silverlight4 application.How can I wait for an async WCF service to complete?please give me a solution .I am waiting for your reply.My code is given below
ServiceReference1.DragAndDropClient client = new SilApp.ServiceReference1.DragAndDropClient();
client.GetSublayersCompleted += new EventHandler<SilApp.ServiceReference1.GetSublayersCompletedEventArgs>GetSublayer);
client.GetSublayersAsync(1);
Thanks
Sujina
Reply
Answers (
2
)
Transfer large data using WCF
How to Retrieve a Single-File WSDL for a WCF (Flat WSDL)