IRequestOptions.ServerTimeout Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
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.
Namespace:
Microsoft.WindowsAzure.Storage
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.
Return to top
Gets or sets the default server timeout for the request.
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.