Click or drag to resize
ConnectionLossHandling Enumeration
Connection loss handling.

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public enum ConnectionLossHandling
Members
  Member nameValueDescription
Disable0 Disables the strategy on connection lost
KeepRunning1 The strategy ignores the disconnection and keeps on running
See Also