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 (8.0.2.1001)
Syntax
public void SetCurrentSessionId(
	Nullable<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