ISessionServiceGetDynamicSessionProperties Method

Gets the dynamic properties of a session.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
DynamicSessionProperties? GetDynamicSessionProperties(
	Guid sessionId
)

Parameters

sessionId
Type: SystemGuid
The ID of the session.

Return Value

Type: DynamicSessionProperties
An object containing the dynamic properties for the specified session or if the session was not found.
Exceptions
ExceptionCondition
ArgumentExceptionsessionId is Empty.
NoPrivilegeException

The specified session is not associated with the caller.

-or-

The caller does not have system administration privileges.

-or-

The specified session is associated with a tenant, but the caller does not have administration privileges for that tenant.

InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also