Open this page in the API Guide

ICallerContextService.CloneAndSetCurrentContext Method

Clones the provided caller context and associates it with the current caller.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
CallerContext CloneAndSetCurrentContext(
	CallerContext contextToClone
)

Parameters

contextToClone
Type: Dundas.BI.CallerContext
The context object to clone.

Return Value

Type: CallerContext
The created context object.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontextToClone is null.
See Also