Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

 
public Nullable<TimeSpan> MaximumExecutionTime { get; set; }
 
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
 
Public Property MaximumExecutionTime As Nullable(Of TimeSpan)

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