 | NodeListThreadUpdateLastReturnedLogical Methode |
Setzt threadsafe LastReturnedLogical.
Namensraum: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntaxprotected void ThreadUpdateLastReturnedLogical(
bool? newLogical
)
Protected Sub ThreadUpdateLastReturnedLogical (
newLogical As Boolean?
)
protected:
void ThreadUpdateLastReturnedLogical(
Nullable<bool> newLogical
)
member ThreadUpdateLastReturnedLogical :
newLogical : Nullable<bool> -> unit
Parameter
- newLogical NullableBoolean
- Neuer Wert (bool?)
Siehe auch