Show / Hide Table of Contents

Class RetryUtils

Utility class for Retry configuration

Inheritance
object
RetryUtils
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common.Utils
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class RetryUtils

Methods

IsDefaultRetryConfigurationEnabled()

Declaration
public static bool IsDefaultRetryConfigurationEnabled()
Returns
Type Description
bool
In this article
Back to top