FastQuant.Stop.Disconnect C# (CSharp) Méthode

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void
        public void Disconnect()
        {
            if (Type == StopType.Time)
                this.strategy.framework.Clock.RemoveReminder(OnConnect, this.completionTime);
            else
                this.connected = false;
        }