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)

Collapse imageSyntax

C#
public CallCompletionParameters(
	string wrapupCode
)
Visual Basic
Public Sub New ( _
	wrapupCode As String _
)

Parameters

wrapupCode
Type: System..::..String
The wrapup code for the call.

Collapse imageRemarks

This convenience constructor for CallCompletionParameters is an easier way to disposition calls which were not scheduled and not abandoned.

Collapse imageSee Also