Dispositions a call that is not owned by a specific agent.

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 AgentlessCallComplete(
	AgentlessCallCompletionParameters callCompletionParameters
)
Visual Basic
Public Sub AgentlessCallComplete ( _
	callCompletionParameters As AgentlessCallCompletionParameters _
)

Parameters

callCompletionParameters
Type: ININ.IceLib.Dialer..::..AgentlessCallCompletionParameters
The parameters specifying how this call should be dispositioned.

Remarks

Use this member to complete the call that isn't owned by an agent and send the result back to Dialer.

After CallComplete(CallCompletionParameters) has been called, no further Dialer actions can be used on it.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is a null reference (Nothing in Visual Basic).

See Also