How do I know when the other application is aborted? Application A performs asynchronous WCF calls to application B: Just before A calls B, B disappears. If A now calls proxy.BeginOperation(), an exception is thrown!
An exception from BeginOperation indicates that the exception is thrown before the operation is started. So it should be possible to detect that the operation cant be started. But how? =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
