Open this page in the API Guide

ApiControllerBase.LoadSession Method

Creates a new caller context associated with the specified session ID. The session is not validated.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
protected CallerContext LoadSession(
	Guid? sessionId
)

Parameters

sessionId
Type: System.Nullable<Guid>
The session ID.

Return Value

Type: CallerContext
The caller context that is created when the session is loaded.
See Also