ICallerContextServiceCloneAndSetCurrentContext 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.3.0.1000)
SyntaxCallerContext CloneAndSetCurrentContext(
	CallerContext contextToClone
)
Function CloneAndSetCurrentContext ( 
	contextToClone As CallerContext
) As CallerContext
CallerContext^ CloneAndSetCurrentContext(
	CallerContext^ contextToClone
)
abstract CloneAndSetCurrentContext : 
        contextToClone : CallerContext -> CallerContext 
Parameters
- contextToClone
 - Type: Dundas.BICallerContext
The context object to clone. 
Return Value
Type: 
CallerContextThe created context object.
Exceptions
See Also