c# - Firing event in WCF (4.5) host -


i trying this work in latest version of wcf.

the problem batserv not show me use service reference added. ibatserv does. because of latest version of wcf or else?

you're trying fire event @ host from client side - , can't directly (the link pointed out event fired @ host from server side). host potentially on different computer client, there's no direct way latter access former. can have operation on server client can call, , operation can fire event @ host.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -