Capture.Interface.Screenshot.Disconnect C# (CSharp) Méthode

Disconnect() private méthode

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