Asynchronously 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 TransferToAttendantAsync(
	string profileName,
	AsyncCompletedEventHandler completedCallback,
	Object userState
)
Visual Basic
Public Sub TransferToAttendantAsync ( _
	profileName As String, _
	completedCallback As AsyncCompletedEventHandler, _
	userState As Object _
)

Parameters

profileName
Type: System..::..String
The name of the outbound Attedant profile to which the call should be transferred
completedCallback
Type: System.ComponentModel..::..AsyncCompletedEventHandler
The callback to invoke when the asynchronous operation completes.
userState
Type: System..::..Object
An object that contains state information for this request.

Exceptions

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

See Also