ICallerContextServiceCurrentContext Property

Gets an object representing the current caller context.

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

Property Value

Type: CallerContext
Exceptions
ExceptionCondition
NoCallerContextExceptionThere is no current caller context.
See Also