Click or drag to resize

IExecutorServiceIsShutdown Property

Gets a value indicating whether this instance is shutdown.

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
bool IsShutdown { get; }

Property Value

Type: Boolean
true if this instance is shutdown; otherwise, false.
See Also