Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Represents a set of timeout and retry policy options that may be specified for a request against the Queue service.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Queue.::..QueueRequestOptions

Syntax

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

Constructors

NameDescription
System_CAPS_pubmethodQueueRequestOptions()()()()

Initializes a new instance of the QueueRequestOptions class.

Properties

NameDescription
System_CAPS_pubpropertyLocationModeLocationModeLocationModeLocationMode

Gets or sets the location mode of the request.

System_CAPS_pubpropertyMaximumExecutionTimeMaximumExecutionTimeMaximumExecutionTimeMaximumExecutionTime

Gets or sets the maximum execution time across all potential retries for the request.

System_CAPS_pubpropertyRetryPolicyRetryPolicyRetryPolicyRetryPolicy

Gets or sets the retry policy for the request.

System_CAPS_pubpropertyServerTimeoutServerTimeoutServerTimeoutServerTimeout

Gets or sets the server timeout interval for the request.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

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