|
OpenTAP 9.34
API Reference
|
Used to hold a value that is specific to a session. More...
Public Member Functions | |
| SessionLocal (T rootValue, bool autoDispose=true) | |
| Used to hold a value that is specific to a session. Initializes a session local with a root/default value. | |
| SessionLocal (bool autoDispose=true) | |
| Used to hold a value that is specific to a session. Initializes a session local without a root/default value. | |
Properties | |
| bool | AutoDispose [get] |
| Automatically dispose the value when all threads in the session has completed. Only has any effect if T is IDisposable. | |
| T | Value [get, set] |
| Session specific value. | |
Used to hold a value that is specific to a session.
|
inline |
Used to hold a value that is specific to a session. Initializes a session local with a root/default value.
| rootValue | Default value set at the root session. |
| autoDispose | True to automatically dispose the value when all threads in the session has completed. Only has any effect if T is IDisposable. |
|
inline |
Used to hold a value that is specific to a session. Initializes a session local without a root/default value.
| autoDispose | True to automatically dispose the value when all threads in the session has completed. Only has any effect if T is IDisposable. |
OpenTAP 9.34 API built Wed Jul 1 2026 09:21:15