Class AsyncTimeMeasureOptions
- Namespace
- Cuemon.Diagnostics
- Assembly
- Cuemon.Diagnostics.dll
Specifies options that is related to TimeMeasure operations. This class cannot be inherited.
public sealed class AsyncTimeMeasureOptions : TimeMeasureOptions, IParameterObject, IAsyncOptions
- Inheritance
-
AsyncTimeMeasureOptions
- Implements
- Inherited Members
Constructors
AsyncTimeMeasureOptions()
Initializes a new instance of the TimeMeasureOptions class.
public AsyncTimeMeasureOptions()
Remarks
The following table shows the initial property values for an instance of TimeMeasureOptions.
Property | Initial Value |
---|---|
CancellationToken | default |
Properties
CancellationToken
Gets or sets the cancellation token of an asynchronous operations.
public CancellationToken CancellationToken { get; set; }
Property Value
- CancellationToken
The cancellation token of an asynchronous operations.