Click or drag to resize

PFSiteStartRecordingPerformances Method

Starts recording performance on this site.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFPerformanceEntry StartRecordingPerformances(
	long reportId,
	string name = "Unknown",
	string url = "",
	string origin = "",
	Nullable<DateTime> startDate = null
)

Parameters

reportId
Type: SystemInt64
name (Optional)
Type: SystemString
url (Optional)
Type: SystemString
origin (Optional)
Type: SystemString
startDate (Optional)
Type: SystemNullableDateTime

Return Value

Type: PFPerformanceEntry
See Also