Screenary.TransportClient.Disconnect C# (CSharp) Méthode

Disconnect() public méthode

public Disconnect ( ) : bool
Résultat bool
        public bool Disconnect()
        {
            dispatcher.OnDisconnect();

            if (tcpClient != null)
                tcpClient.Close();

            return true;
        }