SafeMonitor Methods TIBCO Spotfire 6.0 API Reference
The SafeMonitor type exposes the following members.
Methods

  NameDescription
Public methodStatic memberLockObsolete.
Creates a lock that will work on the UI-thread as well as on background threads. It must be called within a using-statement to assure that the Monitor is exited.
Public methodStatic memberPulseAllObsolete.
Pulses all threads waiting on the lock.
Public methodStatic memberWaitObsolete.
Blocks until the waitDelegate returns false.
Back to Top
See Also