Click or drag to resize

TelemetryEngineDumpToFile Method

Dumps telemetry information to file.

Namespace:  com.espertech.esper.compat.threading.locks
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void DumpToFile(
	string filename
)

Parameters

filename
Type: SystemString
The filename.
See Also