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