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

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