System.Runtime.Remoting.RemotingServices.Disconnect C# (CSharp) Method

Disconnect() private method

private Disconnect ( MarshalByRefObject obj ) : bool
obj System.MarshalByRefObject
return bool
        public static bool Disconnect(MarshalByRefObject obj)
        {
            return Disconnect(obj, true);
        }
        

Same methods

RemotingServices::Disconnect ( MarshalByRefObject obj, bool bResetURI ) : bool
RemotingServices