When using the different web service client objects i.e. DocumentManagementClient, AuthenticationClient is it necessary to call the .Close() method when finished using them? The documentation says this operation transitions the object from the current state to a closed state but does it actually release any kind of memory, resources, locks etc. to the web service or database?
Thanks,
Jeremy