TimerHandler
StockSharp.Algo.Strategies.Strategy
Ejecución de la manija del temporizador.
Hereda de: Disposable
Implementa: ITimerHandler, IDisposable
Propiedades
Interval
public TimeSpan Interval { get; set; }
value = timerHandler.Interval
timerHandler.Interval = value
Intervalos de tiempo.
IsStarted
public bool IsStarted { get; }
value = timerHandler.IsStarted
Ya sea que el temporizador se esté ejecutando.
Métodos
DisposeManaged
protected override void DisposeManaged()
timerHandler.DisposeManaged()
Libera recursos.
Start
public ITimerHandler Start()
result = timerHandler.Start()
Comienza el temporizador.
Devuelve: ITimerHandler
Stop
public ITimerHandler Stop()
result = timerHandler.Stop()
Para el temporizador.
Devuelve: ITimerHandler