IEngineSession Property

Gets the Session associated with the currently-executing user context.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
Session Session { get; }

Property Value

Type: Session
The session associated with the current caller.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also