Click or drag to resize

ConnectionState Enumeration

Returns the connection state

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public enum ConnectionState
Members
Member nameValueDescription
Connecting0 Connecting
Connected1 Connected
ConnectionFailed2 Connection failed. User must relogin
ConnectionLost3 Connection lost. Connection will try to re-connect
Disconnecting4 Disconnecting
Disconnected5 Disconnected
Unknown6 Unknown
See Also