| ISessionManagerFactoryCreateSessionManager Method |
Creates the session manager.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
SyntaxISessionManager CreateSessionManager(
Config monConfig
)
Function CreateSessionManager (
monConfig As Config
) As ISessionManager
ISessionManager^ CreateSessionManager(
Config^ monConfig
)
abstract CreateSessionManager :
monConfig : Config -> ISessionManager
Parameters
- monConfig
- Type: Activsoft.EngineConfig
The current Config instance.
Return Value
Type:
ISessionManagerA ready to use ISessionManager.
See Also