Initializes a new instance of the CallSessionContext class

Namespace: NHibernate.Context
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public CallSessionContext(
	ISessionFactoryImplementor factory
)
Visual Basic
Public Sub New ( _
	factory As ISessionFactoryImplementor _
)
Visual C++
public:
CallSessionContext(
	ISessionFactoryImplementor^ factory
)

Parameters

factory
Type: NHibernate.Engine..::..ISessionFactoryImplementor

[Missing <param name="factory"/> documentation for "M:NHibernate.Context.CallSessionContext.#ctor(NHibernate.Engine.ISessionFactoryImplementor)"]

See Also