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, bool makeFollowUpCall ) |
Visual Basic |
---|
Public Sub New ( _ wrapupCode As String, _ makeFollowUpCall As Boolean _ ) |
Parameters
- wrapupCode
- Type: System..::..String
The wrapup code for the call.
- makeFollowUpCall
- Type: System..::..Boolean
Remarks
This convenience constructor for CallCompletionParameters is an easier way to disposition calls which were not scheduled and not abandoned.