I have a WCF webservice (not under m开发者_运维问答y control) that implements functionality I need to access via IsOneWay=true + a callback interface, one of the methods of which notifies of processin
I have a windows service hosting a singleton WCF service which caches a large amount of data. On start up of the windows service I am doing the following:
I use WCF netNamedPipeBin开发者_运维知识库ding and wsHttpBinding. I would like to know whether a one-way method can execute successfully without trying it.
For seme of my service methods, client application needn\'t wait for any response to be sent over, So I just decorated these methods with IsOneWay=true, so they look like: