Click or drag to resize

PerformanceMetricsHelperCall Method

Calls the specified observable call.

Namespace:  com.espertech.esper.compat.diagnostics
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static PerformanceMetrics Call(
	Action observableCall,
	int numInput = 1
)

Parameters

observableCall
Type: SystemAction
The observable call.
numInput (Optional)
Type: SystemInt32
The num input.

Return Value

Type: PerformanceMetrics

[Missing <returns> documentation for "M:com.espertech.esper.compat.diagnostics.PerformanceMetricsHelper.Call(System.Action,System.Int32)"]

See Also