C#
C++
F#
VB
IRequestOptions.MaximumExecutionTime Property
IRequestOptions::MaximumExecutionTime Property
IRequestOptions.MaximumExecutionTime Property
IRequestOptions.MaximumExecutionTime Property
Gets or sets the maximum execution time across all potential retries.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
property Nullable<TimeSpan> MaximumExecutionTime { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); }
Property Value
Type: System.Nullable<TimeSpan>System::Nullable<TimeSpan>System.Nullable<TimeSpan>System.Nullable(Of TimeSpan)A TimeSpan containing the maximum execution time across all potential retries.