IEngineTryGetCurrentSession Method

Gets the session associated with the caller.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool TryGetCurrentSession(
	out Session?? session
)

Parameters

session
Type: Dundas.BI.AccountServicesSession
When this method returns, contains the session associated with the caller, if there is one; otherwise, . This parameter is passed uninitialized.

Return Value

Type: Boolean
if there is a session associated with the caller; otherwise, .
See Also