CallerContextSetCurrentSessionId Method |
Sets the ID of the session which should be associated with the context.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public void SetCurrentSessionId(
Guid? sessionId
)
Public Sub SetCurrentSessionId (
sessionId As Guid?
)
public:
void SetCurrentSessionId(
Nullable<Guid> sessionId
)
member SetCurrentSessionId :
sessionId : Nullable<Guid> -> unit
Parameters
- sessionId
- Type: SystemNullableGuid
The session ID, or if no session should be associated with the context.
Exceptions See Also