Transfers this call to an outbound Attendant profile
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 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
Exception | Condition |
---|
System..::..ArgumentNullException | profileName is a null reference (Nothing in Visual Basic). |
System..::..ArgumentException | profileName is an empty string. |
See Also