Interface IsPolicy
- Namespace
- Polly
- Assembly
- Polly.dll
A marker interface identifying Polly policies of all types, and containing properties common to all policies
public interface IsPolicy
Properties
PolicyKey
A key intended to be unique to each Policy instance, which is passed with executions as the Context.PolicyKey property.
string PolicyKey { get; }