Class TimeMeasureOptions
Specifies options that is related to TimeMeasureProfiler operations.
Namespace: Cuemon.Diagnostics
Assembly: Cuemon.Core.dll
Syntax
public class TimeMeasureOptions : ProfilerOptions
Constructors
| Improve this DocTimeMeasureOptions()
Initializes a new instance of the TimeMeasureOptions class.
Declaration
public TimeMeasureOptions()
Remarks
The following table shows the initial property values for an instance of TimeMeasureOptions.
Property | Initial Value |
---|---|
TimeMeasureCompletedThreshold | System.TimeSpan.Zero |
Properties
| Improve this DocDefaultTimeMeasureCompletedThreshold
Gets or sets the time measuring threshold before the CompletedCallback is invoked,
Declaration
public static TimeSpan DefaultTimeMeasureCompletedThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The default time measuring threshold before the CompletedCallback is invoked. |
TimeMeasureCompletedThreshold
Gets or sets the time measuring threshold before the CompletedCallback is invoked.
Declaration
public TimeSpan TimeMeasureCompletedThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The time measuring threshold before the CompletedCallback is invoked. |