ICallerContextServiceTryGetCurrentContext Method

Gets the active caller context.

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

Parameters

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

Return Value

Boolean
if there is a valid context associated with the caller; otherwise, .
See Also