Gets or sets the PersistentConnection.

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

Syntax

C#
public bool PersistentConnection { get; set; }
Visual Basic
Public Property PersistentConnection As Boolean
	Get
	Set

Field Value

trueTruetruetrue (True in Visual Basic) if a persistent connection; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

The default is falseFalsefalsefalse (False in Visual Basic). Setting this value to trueTruetruetrue (True in Visual Basic) will allow the IC Server to keep the line connected between the remote station device and the IC Server, even after disconnecting a call interaction. This allows subsequent call interactions to be patched in immediately upon pickup, rather than requiring the server to call the remote station device again.

Examples

The IceLib SDK includes example application references to the PersistentConnection property. Some examples are listed below.
ProjectLocation
TutorialExampleLoginStationViewModel.cs, line 89, in LoginStationViewModel.#ctor

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