CallerContextServiceCreateContext Method |
Creates a context object initialized with a session ID.
Namespace:
Dundas.BI.Services
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public CallerContext CreateContext(
Guid? sessionId
)
Public Function CreateContext (
sessionId As Guid?
) As CallerContext
public:
virtual CallerContext^ CreateContext(
Nullable<Guid> sessionId
) sealed
abstract CreateContext :
sessionId : Nullable<Guid> -> CallerContext
override 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.
Implements
ICallerContextServiceCreateContext(NullableGuid)Exceptions See Also