ITimeoutOptions Interface

Definition

Optional arguments for service requests which support timeouts.

public interface ITimeoutOptions : Microsoft.Azure.Batch.Protocol.Models.IOptions
type ITimeoutOptions = interface
    interface IOptions
Public Interface ITimeoutOptions
Implements IOptions
Derived
Implements

Properties

ClientRequestId

Caller generated request identity, in the form of a GUID with no decoration such as curly braces e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.

(Inherited from IOptions)
ReturnClientRequestId

Specifies if the server should return the client-request-id identifier in the response.

(Inherited from IOptions)
Timeout

Sets the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds.

Applies to