Table of Contents

Class ResiliencePipelineDescriptor

Namespace
Polly.Testing
Assembly
Polly.Testing.dll

Describes the resilience pipeline.

public sealed class ResiliencePipelineDescriptor
Inheritance
ResiliencePipelineDescriptor
Inherited Members

Properties

FirstStrategy

Gets the first strategy of the pipeline.

public ResilienceStrategyDescriptor FirstStrategy { get; }

Property Value

ResilienceStrategyDescriptor

IsReloadable

Gets a value indicating whether the resilience pipeline is reloadable.

public bool IsReloadable { get; }

Property Value

bool

Strategies

Gets the strategies the pipeline is composed of.

public IReadOnlyList<ResilienceStrategyDescriptor> Strategies { get; }

Property Value

IReadOnlyList<ResilienceStrategyDescriptor>