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)
Syntaxprotected CallerContext LoadSession(
Guid? sessionId
)
Protected Function LoadSession (
sessionId As Guid?
) As CallerContext
protected:
CallerContext^ LoadSession(
Nullable<Guid> sessionId
)
member LoadSession :
sessionId : Nullable<Guid> -> CallerContext
Parameters
- sessionId
- Type: System.Nullable<Guid>
The session ID.
Return Value
Type:
CallerContextThe caller context that is created when the session is loaded.
See Also