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