CallerContextServiceCreateAndSetCurrentContext Method

Creates a new context object and associates it with the current caller.

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

Parameters

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

Return Value

Type: CallerContext
The object representing the current caller context.

Implements

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