Tungsten
![]() |
LockableTValueWaitForValueChanged Method |
Allows the caller to block until Value changes
Namespace: W
Assembly: Tungsten.Lockable (in Tungsten.Lockable.dll) Version: 2.0.1

C#
public bool WaitForValueChanged( int msTimeout = -1 )
Parameters
- msTimeout (Optional)
- Type: SystemInt32
The number of milliseconds to wait for the value to change
Return Value
Type: BooleanTrue if the value changed within the specified timeout period, otherwise False
