ICallerContextServiceTryGetCurrentContext Method |
Gets the active caller context.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool TryGetCurrentContext(
out CallerContext?? callerContext
)
Function TryGetCurrentContext (
<OutAttribute> ByRef callerContext As CallerContext
) As Boolean
bool TryGetCurrentContext(
[OutAttribute] CallerContext^% callerContext
)
abstract TryGetCurrentContext :
callerContext : CallerContext byref -> bool 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