CallerContext Class |
Namespace: Dundas.BI
The CallerContext type exposes the following members.
Name | Description | |
---|---|---|
Data |
Gets a dictionary containing arbitrary data associated with the context.
| |
Id | Gets the unique ID of the context. | |
IPAddress | Gets or sets the IP address associated with the context. | |
IsThreadAgnostic |
Gets a value indicating whether the instance will work across threads without needing to be cloned.
| |
ParentContextId | Gets the ID of the parent context, which was cloned to create the context represented by this instance. | |
SessionId |
Gets the ID of the session associated with the current caller.
| |
SessionlessCulture |
Gets or sets the culture that should be associated with the caller if there is no session.
| |
WindowsIdentity | Gets or sets the Windows identity associated with the caller. |
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
SetCurrentSessionId | Sets the ID of the session which should be associated with the context. |