Enum OutcomeType
- Namespace
- Polly
- Assembly
- Polly.dll
Represents the outcome of executing a policy
public enum OutcomeType
Fields
Failure = 1Indicates that the policy ultimately failed
Successful = 0Indicates that the policy ultimately executed successfully