Click or drag to resize

DefaultExecutorServiceSubmitT Method (Func)

[Missing <summary> documentation for "M:com.espertech.esper.compat.concurrency.DefaultExecutorService.Submit``1(System.Func`1)"]

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>(
	Func callable
)

Parameters

callable
Type: SystemFuncTResult

[Missing <param name="callable"/> documentation for "M:com.espertech.esper.compat.concurrency.DefaultExecutorService.Submit``1(System.Func`1)"]

Type Parameters

T

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

Return Value

Type: IFutureT

[Missing <returns> documentation for "M:com.espertech.esper.compat.concurrency.DefaultExecutorService.Submit``1(System.Func`1)"]

Implements

IExecutorServiceSubmitT(FuncTResult)
See Also