Dispositions this call.
Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public void CallComplete( CallCompletionParameters callCompletionParameters ) |
Visual Basic |
---|
Public Sub CallComplete ( _ callCompletionParameters As CallCompletionParameters _ ) |
Parameters
- callCompletionParameters
- Type: ININ.IceLib.Dialer..::..CallCompletionParameters
The parameters specifying how this call should be dispositioned.
Remarks
Use this member to complete the call and send the result back to Dialer.
After CallComplete(CallCompletionParameters) has been called, no further Dialer actions can be used on it.
Exceptions
Exception | Condition |
---|---|
ININ.IceLib.Dialer..::..InvalidDialerCallInteractionException | This DialerCallInteraction is no longer valid. |
System..::..ArgumentNullException | A parameter is a null reference (Nothing in Visual Basic). |