CallerContextServiceCloneAndSetCurrentContext Method

Clones the provided caller context 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 (26.2.0.1000)
Syntax
public CallerContext CloneAndSetCurrentContext(
	CallerContext contextToClone
)

Parameters

contextToClone  CallerContext
The context object to clone.

Return Value

CallerContext
The created context object.

Implements

ICallerContextServiceCloneAndSetCurrentContext(CallerContext)
Exceptions
ExceptionCondition
ArgumentNullExceptioncontextToClone is .
See Also