SafeMonitor PulseAll Method TIBCO Spotfire 7.0 API Reference
Pulses all threads waiting on the lock.

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.PulseAll instead.")]
public static void PulseAll(
	Object lockObject
)

Parameters

lockObject
Type: System Object
The lock object.
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