Ozeki VoIP SDK Class library
SessionAttendedTransferEventArgs Constructor (transferor, transferee, target)
NamespacesOzeki.VoIP.PBX.SessionSessionAttendedTransferEventArgsSessionAttendedTransferEventArgs(ISessionCall, ISessionCall, ISessionCall)
Initializes a new instance of the SessionAttendedTransferEventArgs class
Declaration Syntax
C#Visual BasicVisual C++
public SessionAttendedTransferEventArgs(
	ISessionCall transferor,
	ISessionCall transferee,
	ISessionCall target
)
Public Sub New ( 
	transferor As ISessionCall,
	transferee As ISessionCall,
	target As ISessionCall
)
public:
SessionAttendedTransferEventArgs(
	ISessionCall^ transferor, 
	ISessionCall^ transferee, 
	ISessionCall^ target
)
Parameters
transferor (ISessionCall)
transferee (ISessionCall)
target (ISessionCall)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290