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
)
Visual Basic
Public Sub New ( _
	wrapupCode As String _
)

Parameters

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

Remarks

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

See Also