QueueRequestOptions Class (Microsoft.WindowsAzure.Storage.Queue)
From 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)
Syntax
Constructors
Name Description 
QueueRequestOptions()()()()
Initializes a new instance of the QueueRequestOptions class.
Properties
Name Description 
LocationModeLocationModeLocationModeLocationMode
Gets or sets the location mode of the request.

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

RetryPolicyRetryPolicyRetryPolicyRetryPolicy
Gets or sets the retry policy for the request.

ServerTimeoutServerTimeoutServerTimeoutServerTimeout
Gets or sets the server timeout interval for the request.
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetType()()()() (Inherited from Object.)

ToString()()()() (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
Represents a set of timeout and retry policy options that may be specified for a request against the Queue service.
Syntax
Constructors
| Name | Description | |
|---|---|---|
| QueueRequestOptions()()()() | Initializes a new instance of the QueueRequestOptions class. |
Properties
| Name | Description | |
|---|---|---|
| LocationModeLocationModeLocationModeLocationMode | Gets or sets the location mode of the request. | |
| MaximumExecutionTimeMaximumExecutionTimeMaximumExecutionTimeMaximumExecutionTime | Gets or sets the maximum execution time across all potential retries for the request. | |
| RetryPolicyRetryPolicyRetryPolicyRetryPolicy | Gets or sets the retry policy for the request. | |
| ServerTimeoutServerTimeoutServerTimeoutServerTimeout | Gets or sets the server timeout interval for the request. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (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.