C#
C++
F#
VB
IRequestOptions.ServerTimeout Property
IRequestOptions::ServerTimeout Property
IRequestOptions.ServerTimeout Property
IRequestOptions.ServerTimeout Property
Gets or sets the default server timeout for the request.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
property Nullable<TimeSpan> ServerTimeout { 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 server timeout interval.