Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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

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

Syntax

 
Nullable<TimeSpan> MaximumExecutionTime { get; set; }
 
property Nullable<TimeSpan> MaximumExecutionTime {
	Nullable<TimeSpan> get();
	void set(Nullable<TimeSpan> value);
}
 
abstract MaximumExecutionTime : Nullable<TimeSpan> with get, set
 
Property MaximumExecutionTime As Nullable(Of TimeSpan)

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.

Return to top