Threshold Property
Definition
- Namespace
- Cuemon.AspNetCore.Mvc.Filters.Diagnostics
- Assemblies
- Cuemon.AspNetCore.Mvc.dll
Threshold
Gets or sets the value that in combination with ThresholdTimeUnit specifies the threshold of the action method.
public double Threshold { get; set; }
Property Value
- double
The threshold value of the action method.