BatchRequest.Timeout Property

 

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

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public TimeSpan Timeout { get; set; }
public:
property TimeSpan Timeout {
    TimeSpan get();
    void set(TimeSpan value);
}
member Timeout : TimeSpan with get, set
Public Property Timeout As TimeSpan

Property Value

Type: System.TimeSpan

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.

See Also

BatchRequest Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top