ISessionServiceGetSession Method |
Gets the
Session with the specified ID.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Session? GetSession(
Guid id
)
Function GetSession (
id As Guid
) As Session
Session^ GetSession(
Guid id
)
abstract GetSession :
id : Guid -> Session
Parameters
- id
- Type: SystemGuid
The ID of the session to retrieve.
Return Value
Type:
Session
An object representing the session with the specified ID,
or
if there was no session corresponding to
id.
Exceptions See Also