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: 10.4.13.0
Syntaxprotected 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 ISessionCall
-
- target ISessionCall
-
- targetParty CallParty
-
- targetCallParty CallParty
-
Return Value
ISessionCall
See Also