Class TimeMeasureOptions
- Namespace
- Cuemon.Diagnostics
- Assembly
- Cuemon.Diagnostics.dll
Specifies options that is related to TimeMeasure operations.
public class TimeMeasureOptions : ProfilerOptions, IParameterObject
- Inheritance
-
TimeMeasureOptions
- Implements
- Derived
- Inherited Members
Constructors
TimeMeasureOptions()
Initializes a new instance of the TimeMeasureOptions class.
public TimeMeasureOptions()
Remarks
The following table shows the initial property values for an instance of TimeMeasureOptions.
Property | Initial Value |
---|---|
TimeMeasureCompletedThreshold | Zero |
Properties
DefaultTimeMeasureCompletedThreshold
Gets or sets the default time measuring threshold before the CompletedCallback is invoked,
public static TimeSpan DefaultTimeMeasureCompletedThreshold { get; set; }
Property Value
- TimeSpan
The default time measuring threshold before the CompletedCallback is invoked.
TimeMeasureCompletedThreshold
Gets or sets the time measuring threshold before the CompletedCallback is invoked.
public TimeSpan TimeMeasureCompletedThreshold { get; set; }
Property Value
- TimeSpan
The time measuring threshold before the CompletedCallback is invoked.