Click or drag to resize

SingleThreadedTaskScheduler 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
System.Threading.TasksTaskScheduler
  com.espertech.esper.compat.concurrencySingleThreadedTaskScheduler

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class SingleThreadedTaskScheduler : TaskScheduler

The SingleThreadedTaskScheduler type exposes the following members.

Constructors
  NameDescription
Public methodSingleThreadedTaskScheduler
Initializes a new instance of the SingleThreadedTaskScheduler class
Top
Properties
  NameDescription
Public propertyNumExecuted
Gets the number of items executed.
Public propertyNumSubmitted
Top
Methods
  NameDescription
Protected methodGetScheduledTasks
Protected methodQueueTask
Protected methodRun
Public methodShutdown
Shutdowns this instance.
Protected methodTryExecuteTaskInline
Top
See Also