 | LogicalNodeThreadLocked property |
If True, each thread is locked via the class so that
non-thread-safe checkers are serialized;
Default: False;
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool ThreadLocked { get; set; }
Public Property ThreadLocked As Boolean
Get
Set
public:
property bool ThreadLocked {
bool get ();
void set (bool value);
}
member ThreadLocked : bool with get, set
Property value
Boolean
See also