AspComet.Client.NotifyConnected C# (CSharp) Méthode

NotifyConnected() public méthode

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