Table of Contents

Class ResiliencePipelineAttributeBase

Namespace
Apizr.Resiliencing.Attributes
Assembly
Apizr.dll

Tells Apizr to apply some strategies to all method when decorating an assembly or an interface or a specific one when decorating a method You have to provide a strategy registry to Apizr to use this feature

public abstract class ResiliencePipelineAttributeBase : Attribute, _Attribute
Inheritance
ResiliencePipelineAttributeBase
Implements
Derived
Inherited Members

Constructors

ResiliencePipelineAttributeBase(params string[])

Apply strategies with keys

protected ResiliencePipelineAttributeBase(params string[] registryKeys)

Parameters

registryKeys string[]

Strategy registry keys

Properties

RegistryKeys

Strategy registry keys

public string[] RegistryKeys { get; }

Property Value

string[]