AspComet.Client.NotifyConnected C# (CSharp) Method

NotifyConnected() public method

public NotifyConnected ( ) : void
return void
        public void NotifyConnected()
        {
            this.LastConnectTime = SystemTime.Now();
            this.IsConnected = true;
            this.timer.Enabled = true;
        }