Click or drag to resize
SessionBlindTransferEventArgs Constructor
Initializes a new instance of the SessionBlindTransferEventArgs class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SessionBlindTransferEventArgs(
	ISessionCall transferor,
	ISessionCall transferee,
	BlindTransferArgs target
)

Parameters

transferor
Type: Ozeki.VoIPISessionCall
transferee
Type: Ozeki.VoIPISessionCall
target
Type: Ozeki.VoIPBlindTransferArgs
See Also