The ThreadItems type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| DeleteThreadItems |
Removes the thread items array for the given thread. If thread ID is not specified, cleans the current thread items.
| |
| EnsureItems |
Ensures the items collection of the given thread.
| |
| NewThreadItems |
Initializes new thread items table for the given parent thread
| |
| SetThreadItems |
Places the thread items to a thread context defined by their parent thread ID.
|
Fields
| Name | Description | |
|---|---|---|
| AllowAnonymousThreadItems |
If true, anonymous threads are allowed to work with their thread items
|
Properties
| Name | Description | |
|---|---|---|
| CurrentItems |
Current items collection.
| |
| ReadOnlyCurrentItems |
Current items collection for read-only purposes, returns null if the items were not yet registered.
|
See Also