Initializes a new instance of the ScheduledCall class. This constructor allows the use of a custom callback number.

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

Syntax

C#
public ScheduledCall(
	string identity,
	string campaign,
	ContactColumnConfiguration contactColumn,
	string agentId,
	string siteId,
	DateTime timetoCall
)
Visual Basic
Public Sub New ( _
	identity As String, _
	campaign As String, _
	contactColumn As ContactColumnConfiguration, _
	agentId As String, _
	siteId As String, _
	timetoCall As DateTime _
)

Parameters

identity
Type: System..::..String
The i3_identity of the contact to call.
campaign
Type: System..::..String
The display name of the campaign to associate the call with.
contactColumn
Type: ININ.IceLib.Configuration.Dialer..::..ContactColumnConfiguration
The contact column to dial.
agentId
Type: System..::..String
The agent to route the call to. An empty string indicates this is a campaign-wide callback.
siteId
Type: System..::..String
The name of the ODS that should make the call.
timetoCall
Type: System..::..DateTime
The date and time at which to place the call.

See Also