Click or drag to resize

ConnectionLossHandling Enumeration

Connection loss handling.

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
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