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