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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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