Click or drag to resize

DefaultScheduledExecutorService Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.concurrency.DefaultScheduledExecutorService"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.concurrencyDefaultScheduledExecutorService

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

The DefaultScheduledExecutorService type exposes the following members.

Constructors
  NameDescription
Public methodDefaultScheduledExecutorService
Initializes a new instance of the DefaultScheduledExecutorService class
Public methodDefaultScheduledExecutorService(IExecutorService)
Initializes a new instance of the DefaultScheduledExecutorService class
Top
Properties
  NameDescription
Public propertyIsShutdown
Public propertyIsTerminated
Top
Methods
See Also