RetryManager.GetRetryStrategy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetRetryStrategy() | |
GetRetryStrategy(String) |
GetRetryStrategy()
public virtual Microsoft.Rest.TransientFaultHandling.RetryStrategy GetRetryStrategy ();
abstract member GetRetryStrategy : unit -> Microsoft.Rest.TransientFaultHandling.RetryStrategy
override this.GetRetryStrategy : unit -> Microsoft.Rest.TransientFaultHandling.RetryStrategy
Public Overridable Function GetRetryStrategy () As RetryStrategy
Returns
Applies to
GetRetryStrategy(String)
public virtual Microsoft.Rest.TransientFaultHandling.RetryStrategy GetRetryStrategy (string retryStrategyName);
abstract member GetRetryStrategy : string -> Microsoft.Rest.TransientFaultHandling.RetryStrategy
override this.GetRetryStrategy : string -> Microsoft.Rest.TransientFaultHandling.RetryStrategy
Public Overridable Function GetRetryStrategy (retryStrategyName As String) As RetryStrategy
Parameters
- retryStrategyName
- String