| 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.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxvoid ChangeSession(
Config monConfig
)
Sub ChangeSession (
monConfig As Config
)
void ChangeSession(
Config^ monConfig
)
abstract ChangeSession :
monConfig : Config -> unit
Parameters
- monConfig
- Type: Activsoft.EngineConfig
The current Config instance.
See Also