IBatchRequest.Timeout Property

Definition

Gets or sets the client side timeout for a request to the Batch service.

public TimeSpan Timeout { get; set; }
member this.Timeout : TimeSpan with get, set
Public Property Timeout As TimeSpan

Property Value

Remarks

This timeout applies to a single Batch service request; if a retry policy is specified, then each retry will be granted the full duration of this value.

Applies to