你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchRequestTimeout Constructor

Definition

Initializes a new instance of the BatchRequestTimeout class.

public BatchRequestTimeout(TimeSpan? serverTimeout = default, TimeSpan? clientTimeout = default);
new Microsoft.Azure.Batch.BatchRequestTimeout : Nullable<TimeSpan> * Nullable<TimeSpan> -> Microsoft.Azure.Batch.BatchRequestTimeout
Public Sub New (Optional serverTimeout As Nullable(Of TimeSpan) = Nothing, Optional clientTimeout As Nullable(Of TimeSpan) = Nothing)

Parameters

serverTimeout
Nullable<TimeSpan>

The server timeout to be applied to each request.

clientTimeout
Nullable<TimeSpan>

The client timeout to be applied to each request.

Applies to