InstanceContext has two methods, ReleaseServiceInstance and GetServiceInstance , that can be used by users to dynamically release and create new service instances. Service instance is the actual .Net instance of the contract on which operations are invoked.
Read More...