Gets the new ConnectionState.

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public ConnectionState State { get; }
Visual Basic
Public ReadOnly Property State As ConnectionState
	Get

Field Value

The state.

Examples

The IceLib SDK includes example application references to the State property. Some examples are listed below.
ProjectLocation
TutorialExampleSystemStatisticsViewModel.cs, line 52, in SystemStatisticsViewModel.SessionConnectionStateChanged
StatisticCatalogViewModel.cs, line 139, in StatisticCatalogViewModel.SessionConnectionStateChanged
UserRoleConfigurationViewModel.cs, line 151, in UserRoleConfigurationViewModel.SessionConnectionStateChanged
ConnectionViewModel.cs, line 187, in ConnectionViewModel.SessionConnectionStateChanged

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also