Initializes a new instance of the ScheduledCall class. This constructor allows the use of a custom callback number.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: 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, string phoneNumber, string agentId, string siteId, DateTime timeToCall ) |
Visual Basic |
---|
Public Sub New ( _ identity As String, _ campaign As String, _ phoneNumber As String, _ 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.
- phoneNumber
- Type: System..::..String
The custom phone number 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.