FastQuant.Stop.Disconnect C# (CSharp) Method

Disconnect() public method

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