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 (8.0.2.1001)
Syntaxpublic void SetCurrentSessionId(
Nullable<Guid> sessionId
)
Public Sub SetCurrentSessionId (
sessionId As Nullable(Of 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