IBatchRequest.Timeout Property

Definition

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

public TimeSpan Timeout { get; set; }
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.