ICallerContextServiceCreateContext Method

Creates a context object initialized with a session ID.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
CallerContext CreateContext(
	Guid? sessionId
)

Parameters

sessionId
Type: SystemNullableGuid
The ID of the session to be associated with the created context; or to indicate that no session should be associated.

Return Value

Type: CallerContext
An object representing a caller context.
Exceptions
ExceptionCondition
ArgumentExceptionsessionId is Empty.
See Also