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
Srinivas Teella
NA
31
599
Problem with using Event driven webservice from Windows app
Apr 9 2018 7:50 PM
Hi All,
Currently, I have been facing an issue with using an event-driven web service.
Here's my scenario:
I have a windows app running on 150+ user machines. Basically, this app subscribes to an event from a WCF service in order to receive some updates. Windows client saves these updates into Local DB.
Here's How I subscribe to the event from my client:
Webservice
object = new Webservice("Endpoint");
object.eventhandler += new eventhandler(Targetmethod);
So, the Targetmethod will be invoked when the event occurs.
Problem:
When the WCF service goes down for a while and back to live, our targetmethod in the client is not being called, as a result, we not receiving any updates.
Now how can I handle this situation in my client and continue receiving updates once the service is back and running?
Any advice will be highly appreciated
Thanks,
Srini
Reply
Answers (
0
)
Android Studio, ksoap2 http request failed, 404
Server was unable to process request.