Hi, is it
possible that a WCF service notices if a client was killed e.g. within the task
manager? May be it exists a "connection closed" event or exception
which can be handled by the service.
My scenario: my service locks a resource managed by the service. When killing
the service, the resource is still locked and therefore not accessible for
other services.
Some ideas?
Thanks a lot!