RetryContext Members

Windows Runtime Azure Storage Client Library

Represents the context for one or more retries of a request made against the Windows Azure storage services, including the number of retries made for the request, the results of the last request, and the storage location and location mode for subsequent retries.

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

Public Properties

  Name Description
public property CurrentRetryCount Gets the number of retries for the given operation.
public property LastRequestResult Gets the results of the last request.
public property LocationMode Gets the location mode for subsequent retries.
public property NextLocation Gets the target location for the next retry.
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 RetryContext instance.
Top

Protected Methods

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

See Also