AspComet.Client.Disconnect C# (CSharp) 메소드

Disconnect() 공개 메소드

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