SafeMonitor Wait Method TIBCO Spotfire 6.0 API Reference
Blocks until the waitDelegate returns false.

Namespace: Spotfire.Dxp.Framework.Threading
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[ObsoleteAttribute("Use Monitor.Wait instead.")]
public static void Wait(
	Object lockObject,
	SafeMonitor..::..WaitUntilFalseComputer waitUntilFalseComputer
)

Parameters

lockObject
Type: System Object
The object on which to wait.
waitUntilFalseComputer
Type: Spotfire.Dxp.Framework.Threading SafeMonitor WaitUntilFalseComputer
A delegate specifying when waiting should stop. Shall return false when the condition is satisfied and the calling thread should stop waiting.
See Also