What happens in WCF to methods with IsOneWay=true at application termination
Hi, I have a client application that once in while notifies about its progress a service. The method call to the service is marked with IsOneWay=true, because the notification doesn't need any return value and I don't want to delay. The client may notify about errors to the service, and afterward it terminates. The question is: does ...