Click or drag to resize

SessionAbstract Constructor

Initializes a new instance of the SessionAbstract class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
protected SessionAbstract(
	SubSessionType type,
	ISessionCall caller,
	ISessionCall callee,
	IUpperSession upperSession,
	SessionDependencies dependencies,
	SessionVariables sessionVariables,
	SessionState sessionState
)

Parameters

type  SubSessionType
 
caller  ISessionCall
 
callee  ISessionCall
 
upperSession  IUpperSession
 
dependencies  SessionDependencies
 
sessionVariables  SessionVariables
 
sessionState  SessionState
 
See Also