Dispositions this call.

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 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

ExceptionCondition
ININ.IceLib.Dialer..::..InvalidDialerCallInteractionExceptionThis DialerCallInteraction is no longer valid.
System..::..ArgumentNullExceptionA parameter is a null reference (Nothing in Visual Basic).

See Also