Click or drag to resize

PerformanceCheckerStopTimer Method

Starts a timer on an entry having a given name.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public void StopTimer(
	string entryName,
	params string[] formatValues
)

Parameters

entryName
Type: SystemString
formatValues
Type: SystemString
See Also