Click or drag to resize

ExecutorsDefaultScheduledExecutorService Method

Creates a scheduled executor service that uses the thread pool for task execution.

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

Return Value

Type: IScheduledExecutorService

[Missing <returns> documentation for "M:com.espertech.esper.compat.concurrency.Executors.DefaultScheduledExecutorService"]

Exceptions
ExceptionCondition
NotImplementedException
See Also