Click or drag to resize

IFutureTCancel Method

Attempts to cancel the future execution.

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
bool Cancel(
	bool force
)

Parameters

force
Type: SystemBoolean
if set to true [force].

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.concurrency.IFuture`1.Cancel(System.Boolean)"]

See Also