Indicates whether there is an open session. Note: This data is used the KVM interface state. if the state is EnabledButOffline - indicates there is no open session, if the state is Enable - indicates the interface is enable but no open session.

Namespace:  Intel.Manageability.COM
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
public KVMSessionState GetCurrentSessionState()
Visual Basic (Declaration)
Public Function GetCurrentSessionState As KVMSessionState

Return Value

Open - if KVM has open session, Close - if there is not open session

Implements

IKVMAdmin..::.GetCurrentSessionState()()()

See Also