Click or drag to resize

DefaultExecutorService Class

Class that provides access to threadPool like services. This class exists to provide an easier bridge between the CLR thread pool and the JVM thread pool mechanisms.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.concurrencyDefaultExecutorService

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class DefaultExecutorService : IExecutorService, 
	IDisposable

The DefaultExecutorService type exposes the following members.

Constructors
  NameDescription
Public methodDefaultExecutorService(TaskFactory)
Initializes a new instance of the DefaultExecutorService class.
Public methodDefaultExecutorService(TaskScheduler)
Initializes a new instance of the DefaultExecutorService class.
Top
Properties
  NameDescription
Public propertyIsShutdown
Public propertyIsTerminated
Public propertyNumExecuted
Gets the number of items executed.
Public propertyNumSubmitted
Top
Methods
See Also