CallerContextServiceCreateContext Method

Creates a context object initialized with a session ID.

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

Parameters

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

Return Value

CallerContext
An object representing a caller context.

Implements

ICallerContextServiceCreateContext(NullableGuid)
Exceptions
ExceptionCondition
ArgumentExceptionsessionId is Empty.
See Also