c# - Calling Close() on Service Proxy blocks after One Way WCF call -


I have a simple fire and forget the service which works fine and does not block though, I try to close the proxy, until one-way calls will be blocked until the call is completed. Is this the expected behavior?

Customer code:

  var serviceProxy = New MyServiceProxy (); ServiceProxy.OneWayCall (); ServiceProxy.Close (); // OneWayCall () has reached this block [Service]    Service:   [Communication of Service] Public Interface IMI Service {{Operation Contract (ISOOVA = True) )) Zero Vanqual (); } [Service Behavior (Instance Contempt Mode = Instant Contempt Mode. Single)] Public Class MySerary: IMISvirvi {Public Zero Innovative} {// Stuff and Cheese}}  

Yes - your service is to be based on binding / configuration and if you are using sessions in any manner below for information about the configuration Given link See who should block:

Hope


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -