Click or drag to resize

DefaultExecutorServiceSubmitT Method (ICallableT)

Submits the specified callable 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<T> Submit<T>(
	ICallable<T> callable
)

Parameters

callable
Type: com.espertech.esper.compatICallableT
The callable.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.compat.concurrency.DefaultExecutorService.Submit``1(com.espertech.esper.compat.ICallable{``0})"]

Return Value

Type: IFutureT

[Missing <returns> documentation for "M:com.espertech.esper.compat.concurrency.DefaultExecutorService.Submit``1(com.espertech.esper.compat.ICallable{``0})"]

Implements

IExecutorServiceSubmitT(ICallableT)
See Also