Click or drag to resize

PerformanceCounterSampleFilter Property

Gets or sets an optional custom sample filter function. Can be used to skip sampled values that are unreasonable.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public Func<float, bool> SampleFilter { get; set; }
View Source

Property Value

FuncSingle, Boolean
Remarks
Return true if sample should be filtered; otherwise, false.
See Also