Hi
I got a service in WCF that make callbacks to clients.
What can I do for know if the client received the callback?
Is there callback responses?
Or I need to make one method for callback confirmation? (e.g. the client send callback, and then it wait for a call confirmation method)
I got a service in WCF that make callbacks to clients.
What can I do for know if the client received the callback?
Is there callback responses?
Or I need to make one method for callback confirmation? (e.g. the client send callback, and then it wait for a call confirmation method)