Transfers this call to an outbound Attendant profile

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 TransferToAttendant(
	string profileName
)
Visual Basic
Public Sub TransferToAttendant ( _
	profileName As String _
)

Parameters

profileName
Type: System..::..String
The name of the outbound Attedant profile to which the call should be transferred

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionprofileName is a null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionprofileName is an empty string.

See Also