Class TeaPieRetryingExtensions
public static class TeaPieRetryingExtensions
- Inheritance
-
TeaPieRetryingExtensions
- Inherited Members
Methods
RegisterRetryStrategy(TeaPie, string, RetryStrategyOptions<HttpResponseMessage>)
Registers retryStrategy with given name.
public static void RegisterRetryStrategy(this TeaPie teaPie, string name, RetryStrategyOptions<HttpResponseMessage> retryStrategy)
Parameters
teaPieTeaPieThe current context instance.
namestringName by which retry strategy will be registered.
retryStrategyRetryStrategyOptions<HttpResponseMessage>Retry strategy to be registered.