Capture.Interface.Screenshot.Disconnect C# (CSharp) Method

Disconnect() private method

Disconnects the remoting channel(s) of this object and all nested objects.
private Disconnect ( ) : void
return void
        private void Disconnect()
        {
            RemotingServices.Disconnect(this);
        }