BatchParameters.ServerTimeout Property

 

Optional. Gets or sets the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.

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

Syntax

public int ServerTimeout { get; set; }
public:
property int ServerTimeout {
    int get();
    void set(int value);
}
member ServerTimeout : int with get, set
Public Property ServerTimeout As Integer

Property Value

Type: System.Int32

See Also

BatchParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top