Gets the DialerSession for this agent, if one exists.

Namespace: ININ.IceLib.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public DialerSession DialerSession { get; set; }
Visual Basic
Public Property DialerSession As DialerSession
	Get
	Set

Field Value

The DialerSession if the agent is currently logged into any Dialer campaigns, nullNothingnullptra null reference (Nothing in Visual Basic) otherwise.

See Also