Webservice raise events
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I have a windows application that uses my webservice. I want to raise an event from my webservice and handle it in my windows application. How can I do that? I can declare an event function in the webservice, but i can't use it in my windows application with the statement
Addhandler
... Can anybody help? Thanks