QueueRequestOptions.MaximumExecutionTime Property (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
QueueRequestOptions.MaximumExecutionTime Property
QueueRequestOptions::MaximumExecutionTime Property
QueueRequestOptions.MaximumExecutionTime Property
QueueRequestOptions.MaximumExecutionTime Property
Gets or sets the maximum execution time across all potential retries for the request.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property Nullable<TimeSpan> MaximumExecutionTime {
virtual Nullable<TimeSpan> get() sealed;
virtual void set(Nullable<TimeSpan> value) sealed;
}
abstract MaximumExecutionTime : Nullable<TimeSpan> with get, set
override MaximumExecutionTime : Nullable<TimeSpan> with get, set
Property Value
Type:
System.Nullable<TimeSpan>System::Nullable<TimeSpan>System.Nullable<TimeSpan>System.Nullable(Of TimeSpan)A TimeSpan representing the maximum execution time for retries for the request.
Return to top
Gets or sets the maximum execution time across all potential retries for the request.
Syntax
C++
public: property Nullable<TimeSpan> MaximumExecutionTime { virtual Nullable<TimeSpan> get() sealed; virtual void set(Nullable<TimeSpan> value) sealed; }
abstract MaximumExecutionTime : Nullable<TimeSpan> with get, set override MaximumExecutionTime : Nullable<TimeSpan> with get, set
Property Value
Type: System.Nullable<TimeSpan>System::Nullable<TimeSpan>System.Nullable<TimeSpan>System.Nullable(Of TimeSpan)A TimeSpan representing the maximum execution time for retries for the request.