RelaySessionGetRealAttendedTransferTarget Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected override ISessionCall GetRealAttendedTransferTarget(
ISessionCall transferor,
ISessionCall target,
CallParty targetParty,
out CallParty realTargetParty
)
Protected Overrides Function GetRealAttendedTransferTarget (
transferor As ISessionCall,
target As ISessionCall,
targetParty As CallParty,
<OutAttribute> ByRef realTargetParty As CallParty
) As ISessionCall
protected:
virtual ISessionCall^ GetRealAttendedTransferTarget(
ISessionCall^ transferor,
ISessionCall^ target,
CallParty targetParty,
[OutAttribute] CallParty% realTargetParty
) override
abstract GetRealAttendedTransferTarget :
transferor : ISessionCall *
target : ISessionCall *
targetParty : CallParty *
realTargetParty : CallParty byref -> ISessionCall
override GetRealAttendedTransferTarget :
transferor : ISessionCall *
target : ISessionCall *
targetParty : CallParty *
realTargetParty : CallParty byref -> ISessionCall
Parameters
- transferor
- Type: Ozeki.VoIPISessionCall
- target
- Type: Ozeki.VoIPISessionCall
- targetParty
- Type: Ozeki.VoIPCallParty
- realTargetParty
- Type: Ozeki.VoIPCallParty
Return Value
Type:
ISessionCallSee Also