Constructor for the PageReadsPerSecondFilter.

Namespace: Huagati.LLBLGen.Profiler.Filters
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public PageReadsPerSecondFilter(
	int pageReadsPerSecondBelow
)
Visual Basic
Public Sub New ( _
	pageReadsPerSecondBelow As Integer _
)
Visual C++
public:
PageReadsPerSecondFilter(
	int pageReadsPerSecondBelow
)

Parameters

pageReadsPerSecondBelow
Type: System..::..Int32
Max number of page reads per second

See Also