EngineTryGetCurrentSession(Session) Method |
Gets the session associated with the caller.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool TryGetCurrentSession(
out Session?? session
)
Public Function TryGetCurrentSession (
<OutAttribute> ByRef session As Session
) As Boolean
public:
virtual bool TryGetCurrentSession(
[OutAttribute] Session^% session
) sealed
abstract TryGetCurrentSession :
session : Session byref -> bool
override TryGetCurrentSession :
session : Session byref -> bool Parameters
- session Session
-
When this method returns, contains the session associated with the caller,
if there is one; otherwise, . This parameter is passed uninitialized.
Return Value
Boolean if there is a session associated with the caller; otherwise,
.
Implements
IEngineTryGetCurrentSession(Session)
See Also