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.42 (1.0.0.42)
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