Click or drag to resize
ISessionManagerFactoryCreateSessionManager Method
Creates the session manager.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
ISessionManager CreateSessionManager(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The current Config instance.

Return Value

Type: ISessionManager
A ready to use ISessionManager.
See Also