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