Asynchronously 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 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
Exception | Condition |
---|
System..::..ArgumentNullException | profileName is a null reference (Nothing in Visual Basic). |
System..::..ArgumentException | profileName is an empty string. |
See Also