ITransferManager.AttendedTransfer Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxvoid AttendedTransfer(
DialogID dialogID,
TransportInfo transportInfo,
string pbxAddress,
DialogID target
)
Sub AttendedTransfer (
dialogID As DialogID,
transportInfo As TransportInfo,
pbxAddress As String,
target As DialogID
)
void AttendedTransfer(
DialogID^ dialogID,
TransportInfo^ transportInfo,
String^ pbxAddress,
DialogID^ target
)
abstract AttendedTransfer :
dialogID : DialogID *
transportInfo : TransportInfo *
pbxAddress : string *
target : DialogID -> unit
Parameters
- dialogID
- Type: Ozeki.VoIP.DialogID
- transportInfo
- Type: Ozeki.Network.TransportInfo
- pbxAddress
- Type: System.String
- target
- Type: Ozeki.VoIP.DialogID
See Also