Open this page in the API Guide

CallerContext.SetCurrentSessionId Method

Sets the ID of the session which should be associated with the context.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void SetCurrentSessionId(
	Guid? sessionId
)

Parameters

sessionId
Type: System.Nullable<Guid>
The session ID, or null if no session should be associated with the context.
Exceptions
ExceptionCondition
ArgumentExceptionsessionId is Empty.
See Also