TableRequestOptions.ServerTimeout Property (Microsoft.WindowsAzure.Storage.Table)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
TableRequestOptions.ServerTimeout Property
TableRequestOptions::ServerTimeout Property
TableRequestOptions.ServerTimeout Property
TableRequestOptions.ServerTimeout Property
Gets or sets the server timeout interval for the request.
Namespace:
Microsoft.WindowsAzure.Storage.Table
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property Nullable<TimeSpan> ServerTimeout {
virtual Nullable<TimeSpan> get() sealed;
virtual void set(Nullable<TimeSpan> value) sealed;
}
abstract ServerTimeout : Nullable<TimeSpan> with get, set
override ServerTimeout : Nullable<TimeSpan> with get, set
Property Value
Type:
System.Nullable<TimeSpan>System::Nullable<TimeSpan>System.Nullable<TimeSpan>System.Nullable(Of TimeSpan)A TimeSpan containing the server timeout interval for the request.
Return to top
Gets or sets the server timeout interval for the request.
Syntax
C++
public: property Nullable<TimeSpan> ServerTimeout { virtual Nullable<TimeSpan> get() sealed; virtual void set(Nullable<TimeSpan> value) sealed; }
abstract ServerTimeout : Nullable<TimeSpan> with get, set override ServerTimeout : Nullable<TimeSpan> with get, set
Property Value
Type: System.Nullable<TimeSpan>System::Nullable<TimeSpan>System.Nullable<TimeSpan>System.Nullable(Of TimeSpan)A TimeSpan containing the server timeout interval for the request.