Click or drag to resize

DedicatedExecutorServiceSubmit Method (Action)

Submits the specified runnable to the thread pool.

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public IFuture<Object> Submit(
	Action runnable
)

Parameters

runnable
Type: SystemAction
The runnable.

Return Value

Type: IFutureObject

[Missing <returns> documentation for "M:com.espertech.esper.compat.concurrency.DedicatedExecutorService.Submit(System.Action)"]

Implements

IExecutorServiceSubmit(Action)
See Also