Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the default server timeout for the request.

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

Syntax

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

Property Value

Type: System.Nullable<TimeSpan>System::Nullable<TimeSpan>System.Nullable<TimeSpan>System.Nullable(Of TimeSpan)

A TimeSpan containing the server timeout interval.

Return to top