Initializes a new instance of the CallCompletionParameters class.

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 CallCompletionParameters(
	string wrapupCode,
	DateTime scheduledTime,
	string scheduledAgent,
	bool callAbandoned,
	TimeReference relativeTo,
	bool makeFollowUpCall
)
Visual Basic
Public Sub New ( _
	wrapupCode As String, _
	scheduledTime As DateTime, _
	scheduledAgent As String, _
	callAbandoned As Boolean, _
	relativeTo As TimeReference, _
	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.
relativeTo
Type: ININ.IceLib.Dialer.Enums..::..TimeReference
Determines how scheduledTime is interpreted.
makeFollowUpCall
Type: System..::..Boolean

See Also