CallerContextSetCurrentSessionId 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 (24.3.0.1000)
Syntax
public void SetCurrentSessionId(
	Guid? sessionId
)

Parameters

sessionId
Type: SystemNullableGuid
The session ID, or if no session should be associated with the context.
Exceptions
ExceptionCondition
ArgumentExceptionsessionId is Empty.
See Also