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
)
Public Function TryGetCurrentContext (
<OutAttribute> ByRef callerContext As CallerContext
) As Boolean
public:
virtual bool TryGetCurrentContext(
[OutAttribute] CallerContext^% callerContext
) sealed
abstract TryGetCurrentContext :
callerContext : CallerContext byref -> bool
override TryGetCurrentContext :
callerContext : CallerContext byref -> bool
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