Table of Contents

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
Object
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.

PropertyInitial Value
CancellationTokendefault

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.

See Also