IThreadPool MembersQuartz.NET API Documentation

The IThreadPool type exposes the following members.

Methods

  NameDescription
Public methodBlockForAvailableThreads
Determines the number of threads that are currently available in in the pool. Useful for determining the number of times RunInThread(IThreadRunnable) can be called before returning false.
Public methodInitialize
Called by the QuartzScheduler before the ThreadPool is used, in order to give the it a chance to Initialize.
Public methodRunInThread
Execute the given IThreadRunnable in the next available Thread.
Public methodShutdown
Called by the QuartzScheduler to inform the ThreadPool that it should free up all of it's resources because the scheduler is shutting down.
Top
Properties

  NameDescription
Public propertyPoolSize
Gets the size of the pool.
Top
See Also