Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Represents a retry policy that performs no retries.

Namespace:   Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.RetryPolicies.::..NoRetry

Syntax

 
public sealed class NoRetry : IRetryPolicy
 
public ref class NoRetry sealed : IRetryPolicy
 
[<Sealed>]
type NoRetry = 
    class
        interface IRetryPolicy
    end
 
Public NotInheritable Class NoRetry
	Implements IRetryPolicy

Constructors

NameDescription
System_CAPS_pubmethodNoRetry()()()()

Initializes a new instance of the NoRetry class.

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.

Return to top