Click or drag to resize

IExecutorServiceSubmit 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#
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.IExecutorService.Submit(System.Action)"]

See Also