CloudBlobClient.ServerTimeout Property

 

Note: This API is now obsolete.

Gets or sets the default server timeout for requests made via the Blob service client.

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

Syntax

[ObsoleteAttribute("Use DefaultRequestOptions.ServerTimeout.")]
public Nullable<TimeSpan> ServerTimeout { get; set; }
<ObsoleteAttribute("Use DefaultRequestOptions.ServerTimeout.")>
Public Property ServerTimeout As Nullable(Of TimeSpan)

Property Value

Type: System.Nullable<TimeSpan>

A TimeSpan containing the server timeout interval.

See Also

CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace

Return to top