OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.ThreadHierarchyLocal< T > Class Template Reference

Has a separate value for each hierarchy of Threads that it is set on. If a thread sets this to a value, that value will be visible only to that thread and its child threads (as started using TapThread.Start(Action, string)) More...

Public Member Functions

void ClearLocal ()
 Removes the thread-locally set value.
 

Properties

LocalValue [getset]
 Has a separate value for each hierarchy of Threads that it is set on. If a thread sets this to a value, that value will be visible only to that thread and its child threads (as started using TapThread.Start(Action, string))
 

Detailed Description

Has a separate value for each hierarchy of Threads that it is set on. If a thread sets this to a value, that value will be visible only to that thread and its child threads (as started using TapThread.Start(Action, string))

Type Constraints
T :class 

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42