SessionAbstractGetRealAttendedTransferTarget Method |
Az ISIPCall-bol a masik session-ben levo masik ISIPCall jon fel. Elo kell keresni, hogy a masik session-ben ki az igazi target.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected virtual ISessionCall GetRealAttendedTransferTarget(
ISessionCall transferor,
ISessionCall target,
CallParty targetParty,
out CallParty targetCallParty
)
Protected Overridable Function GetRealAttendedTransferTarget (
transferor As ISessionCall,
target As ISessionCall,
targetParty As CallParty,
<OutAttribute> ByRef targetCallParty As CallParty
) As ISessionCall
protected:
virtual ISessionCall^ GetRealAttendedTransferTarget(
ISessionCall^ transferor,
ISessionCall^ target,
CallParty targetParty,
[OutAttribute] CallParty% targetCallParty
)
abstract GetRealAttendedTransferTarget :
transferor : ISessionCall *
target : ISessionCall *
targetParty : CallParty *
targetCallParty : CallParty byref -> ISessionCall
override GetRealAttendedTransferTarget :
transferor : ISessionCall *
target : ISessionCall *
targetParty : CallParty *
targetCallParty : CallParty byref -> ISessionCall
Parameters
- transferor
- Type: Ozeki.VoIPISessionCall
- target
- Type: Ozeki.VoIPISessionCall
- targetParty
- Type: Ozeki.VoIPCallParty
- targetCallParty
- Type: Ozeki.VoIPCallParty
Return Value
Type:
ISessionCallSee Also