Ozeki VoIP SDK Class library
SessionAbstract Constructor (type, caller, callee, upperSession, dependencies, sessionVariables, sessionState)
NamespacesOzeki.VoIP.PBX.PhoneCalls.SessionSessionAbstractSessionAbstract(SubSessionType, ISIPCall, ISIPCall, IUpperSession, SessionDependencies, SessionVariables, SessionState)
Initializes a new instance of the SessionAbstract class
Declaration Syntax
C#Visual BasicVisual C++
protected SessionAbstract(
	SubSessionType type,
	ISIPCall caller,
	ISIPCall callee,
	IUpperSession upperSession,
	SessionDependencies dependencies,
	SessionVariables sessionVariables,
	SessionState sessionState
)
Protected Sub New ( 
	type As SubSessionType,
	caller As ISIPCall,
	callee As ISIPCall,
	upperSession As IUpperSession,
	dependencies As SessionDependencies,
	sessionVariables As SessionVariables,
	sessionState As SessionState
)
protected:
SessionAbstract(
	SubSessionType type, 
	ISIPCall^ caller, 
	ISIPCall^ callee, 
	IUpperSession^ upperSession, 
	SessionDependencies^ dependencies, 
	SessionVariables^ sessionVariables, 
	SessionState sessionState
)
Parameters
type (SubSessionType)
caller (ISIPCall)
callee (ISIPCall)
upperSession (IUpperSession)
dependencies (SessionDependencies)
sessionVariables (SessionVariables)
sessionState (SessionState)

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