Click or drag to resize

PerformanceAreaCode Delegate

Represents a method containing a code that can be called in a performance area.

During a running performance test, a performance area represents a node in the code tree.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public delegate void PerformanceAreaCode(
	PFPerformanceCounter counter
)

Parameters

counter
Type: Packflow.CorePFPerformanceCounter
See Also