Click or drag to resize
ISessionManagerChangeSession Method
This method may be called by an IAction to tell the session manager that something has occurred that could change the session context (for example, an authentication).

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
void ChangeSession(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The current Config instance.
See Also