CallerContextServiceTryGetCurrentContext Method

Gets the active caller context.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public bool TryGetCurrentContext(
	out CallerContext?? callerContext
)

Parameters

callerContext
Type: Dundas.BICallerContext
When this method returns, contains the context associated with the caller, if there is one; otherwise, . This parameter is passed uninitialized.

Return Value

Type: Boolean
if there is a valid context associated with the caller; otherwise, .

Implements

ICallerContextServiceTryGetCurrentContext(CallerContext)
See Also