Table of Contents

Class ResiliencePipelineAttribute

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

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Interface)]
public class ResiliencePipelineAttribute : ResiliencePipelineAttributeBase, _Attribute
Inheritance
ResiliencePipelineAttribute
Implements
Inherited Members

Constructors

ResiliencePipelineAttribute(params string[])

Apply strategies with keys

public ResiliencePipelineAttribute(params string[] registryKeys)

Parameters

registryKeys string[]

Strategy registry keys