Share via


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