Initializes a new instance of the CallCompletionParameters class.
Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public CallCompletionParameters( string wrapupCode, DateTime scheduledTime, string scheduledAgent, bool callAbandoned, bool makeFollowUpCall ) |
Visual Basic |
---|
Public Sub New ( _ wrapupCode As String, _ scheduledTime As DateTime, _ scheduledAgent As String, _ callAbandoned As Boolean, _ makeFollowUpCall As Boolean _ ) |
Parameters
- wrapupCode
- Type: System..::..String
The wrapup code for the call.
- scheduledTime
- Type: System..::..DateTime
For scheduled calls, the time of the callback.
- scheduledAgent
- Type: System..::..String
For agent-owned callbacks, the agent who should receive the call.
- callAbandoned
- Type: System..::..Boolean
Indicates whether the call was abandoned.
- makeFollowUpCall
- Type: System..::..Boolean