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

Namespace: Spotfire.Dxp.Framework.Threading
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
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.
Version Information

Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also