Click or drag to resize

DefaultScheduledExecutorService Constructor (IExecutorService)

Initializes a new instance of the DefaultScheduledExecutorService class

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

Parameters

dispatchExecutorService
Type: com.espertech.esper.compat.concurrencyIExecutorService

[Missing <param name="dispatchExecutorService"/> documentation for "M:com.espertech.esper.compat.concurrency.DefaultScheduledExecutorService.#ctor(com.espertech.esper.compat.concurrency.IExecutorService)"]

See Also