AspComet.Client.Disconnect C# (CSharp) Method

Disconnect() public method

public Disconnect ( ) : void
return void
        public void Disconnect()
        {
            this.timer.Enabled = false;
            this.IsConnected = false;
            this.Disconnected(this, EventArgs.Empty);
        }