Table of Contents

Class AsyncTransientOperationOptions

Namespace
Cuemon.Resilience
Assembly
Cuemon.Resilience.dll

Specifies options that is related to the TransientOperation class.

public sealed class AsyncTransientOperationOptions : TransientOperationOptions, IValidatableParameterObject, IParameterObject, IAsyncOptions
Inheritance
Object
AsyncTransientOperationOptions
Implements
Inherited Members

Constructors

AsyncTransientOperationOptions()

Initializes a new instance of the TransientOperationOptions class.

public AsyncTransientOperationOptions()

Remarks

The following table shows the initial property values for an instance of TransientOperationOptions.

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.