Represents a retry policy that performs no retries.
Namespace: Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As NoRetry
|
Syntax
| Visual Basic |
|---|
Public NotInheritable Class NoRetry
Implements IRetryPolicy |
| C# |
|---|
public sealed class NoRetry : IRetryPolicy |
| C++ |
|---|
public ref class NoRetry sealed : IRetryPolicy |
| J# |
|---|
public final class NoRetry implements IRetryPolicy |
| JScript |
|---|
public final class NoRetry implements IRetryPolicy |
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Storage.RetryPolicies.NoRetry
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also