Open this page in the API Guide

CallerContextService.CurrentContext Property

Gets an object representing the current caller context.

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

Property Value

Type: CallerContext

Implements

ICallerContextService.CurrentContext
Exceptions
ExceptionCondition
NoCallerContextExceptionThere is no current caller context.
See Also