Click or drag to resize
ConfigSessionManager Property
Gets or sets the session manager. When a session manager is set, its RetrieveSession method is called.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public ISessionManager SessionManager { get; set; }

Property Value

Type: ISessionManager
The session manager.
See Also