ResilienceStrategyOptions public abstract class ResilienceStrategyOptions The options associated with the ResilienceStrategy. Documentation Code public string StrategyName { get; set; } Gets or sets the name of the strategy. public abstract string StrategyType { get; } Gets the strategy type. protected ResilienceStrategyOptions()