Click or drag to resize

PerfTimerStopEvent Method

Stops the performance event with the given name and records its time

Namespace:  LiteCore.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public static void StopEvent(
	string name
)

Parameters

name
Type: SystemString
The name of the event to stop
See Also