IEngineCallerContext Property

Gets the currently-executing user context.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
CallerContext CallerContext { get; }

Property Value

Type: CallerContext
Exceptions
ExceptionCondition
NoCallerContextExceptionThere is no current caller context.
Remarks
This is a shortcut to CurrentContext.
See Also