Click or drag to resize

IScheduledExecutorService Interface

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

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

The IScheduledExecutorService type exposes the following members.

Properties
  NameDescription
Public propertyIsShutdown
Gets a value indicating whether this instance is shutdown.
(Inherited from IExecutorService.)
Public propertyIsTerminated
Gets a value indicating whether this instance is terminated.
(Inherited from IExecutorService.)
Top
Methods
See Also