SharpTrader.SDK - Developer API

WatchdogTimer Class

Variant of Timer that fires Elapsed at synchronized schedule, not just at fixed interval between firings. I.e., if Interval is set to five minutes and the timer is started at 11.23, the first firing is at 11:25, the second at 11:30, and so on.

Namespace:  SharpTrader
Assembly:  SharpTrader.SDK (in SharpTrader.SDK.dll)

Syntax


public sealed class WatchdogTimer : Timer

Inheritance Hierarchy


Object
  MarshalByRefObject
    Component
      Timer
        SharpTrader..::..WatchdogTimer