Click or drag to resize

PFSiteStartPerformanceTest Method

Starts a global performance test filling a given performance report.

This test will include all web requests targeting this PFSite, but not the current one.

Use the method StopPerformanceTest to stop the global test.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void StartPerformanceTest(
	long reportId
)

Parameters

reportId
Type: SystemInt64
See Also