RetryInfo Members

Windows Runtime Azure Storage Client Library

Specifies parameters for the next retry of a request to be made against the Windows Azure storage services, including the target location and location mode for the next retry and the interval until the next retry.

The following tables list the members exposed by the RetryInfo type.

Public Constructors

  Name Description
RetryInfo Overloaded.  
Top

Public Properties

  Name Description
public property RetryInterval Gets the interval until the next retry.
public property TargetLocation Gets or sets the target location for the next retry.
public property UpdatedLocationMode Gets or sets the location mode for subsequent retries.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString Overridden. Returns a string that represents the current RetryInfo instance.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also