RetryCondition(Boolean, TimeSpan) Constructor
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.
public RetryCondition (bool retryAllowed, TimeSpan delay);
new Microsoft.Rest.TransientFaultHandling.RetryCondition : bool * TimeSpan -> Microsoft.Rest.TransientFaultHandling.RetryCondition
Public Sub New (retryAllowed As Boolean, delay As TimeSpan)
Parameters
- retryAllowed
- Boolean
- delay
- TimeSpan