Lockable(TValue).WaitForValueChanged Method

Tungsten Suite

LockableTValueWaitForValueChanged Method

Allows the caller to block until Value changes

Namespace:  W
Assembly:  Tungsten.Lockable (in Tungsten.Lockable.dll) Version: 2.0.1
Syntax
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: Boolean
True if the value changed within the specified timeout period, otherwise False
See Also