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