ICallerContextServiceCreateAndSetCurrentContext Method |
Creates a new context object and associates it with the current caller.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxCallerContext CreateAndSetCurrentContext(
Guid? sessionId
)
Function CreateAndSetCurrentContext (
sessionId As Guid?
) As CallerContext
CallerContext^ CreateAndSetCurrentContext(
Nullable<Guid> sessionId
)
abstract CreateAndSetCurrentContext :
sessionId : Nullable<Guid> -> CallerContext Parameters
- sessionId NullableGuid
-
The ID of the session to be associated with the caller; or
to indicate that no session should be associated.
Return Value
CallerContextThe object representing the current caller context.
Exceptions
See Also