RetryManager.SetDefault 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
SetDefault(RetryManager)
public static void SetDefault(Microsoft.Rest.TransientFaultHandling.RetryManager retryManager);
static member SetDefault : Microsoft.Rest.TransientFaultHandling.RetryManager -> unit
Public Shared Sub SetDefault (retryManager As RetryManager)
Parameters
- retryManager
- RetryManager
Applies to
SetDefault(RetryManager, Boolean)
public static void SetDefault(Microsoft.Rest.TransientFaultHandling.RetryManager retryManager, bool throwIfSet);
static member SetDefault : Microsoft.Rest.TransientFaultHandling.RetryManager * bool -> unit
Public Shared Sub SetDefault (retryManager As RetryManager, throwIfSet As Boolean)
Parameters
- retryManager
- RetryManager
- throwIfSet
- Boolean
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET