Click or drag to resize

PFRequestMonitoring Class

Analysis tool registering all PFQuery execution times during a web request.
Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFRequestMonitoring

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static class PFRequestMonitoring

The PFRequestMonitoring type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberQueries
Gets the registered queries.
Public propertyStatic memberStartDate
Gets the monitoring start date.
Top
Methods
  NameDescription
Public methodStatic memberGetExecutionTime
Gets the execution time (from StartDate to Now).
Public methodStatic memberGetExecutionTime_Seconds
Gets the execution time (from StartDate to Now) in seconds.
Public methodStatic memberGetExecutionTime_Text
Gets the execution time (from StartDate to Now) in seconds.
Top
Fields
  NameDescription
Public fieldStatic memberQueryMonitoringEnabled
Flag indicating whether the monitoring is active.
Top
See Also