Gets or sets a value indicating whether the station login is persisted.

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

Syntax

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

Field Value

trueTruetruetrue (True in Visual Basic) if the station login is persisted; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

Setting this to trueTruetruetrue (True in Visual Basic) tells the IC Server that the station login should be persisted. Calling Disconnect()()()() will persist the station connection based on the value of the currently connected StationSettings's StationConnectionMode property. If StationConnectionMode is set to Default, then the station login will be disconnected; otherwise, it will be persisted. Alternatively, Disconnect(Boolean) can be called to notify the IC Server of the desired disconnect behavior. If the station login is persisted, the session user will still appear to be logged into the station after or Disconnect(Boolean) is called.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.
For 3.0, supported for IC Server version 3.0 SU 19 and beyond.

See Also