BatchRequestTimeout Class

Definition

Class which provides easy access to the Timeout property and the Timeout property.

public class BatchRequestTimeout : Microsoft.Azure.Batch.Protocol.RequestInterceptor
type BatchRequestTimeout = class
    inherit RequestInterceptor
Public Class BatchRequestTimeout
Inherits RequestInterceptor
Inheritance

Constructors

BatchRequestTimeout(Nullable<TimeSpan>, Nullable<TimeSpan>)

Initializes a new instance of the BatchRequestTimeout class.

Properties

ClientTimeout

Gets or sets the client timeout to be applied to each request issued to the Batch service.

ModificationInterceptHandler

Gets or sets the BatchRequestModificationInterceptHandler.

(Inherited from RequestInterceptor)
ReplacementInterceptHandler

Gets or sets a method that will be called just before a IBatchRequest is executed. The request can be inspected, replaced, modified or ignored.

(Inherited from RequestReplacementInterceptor)
ServerTimeout

Gets or sets the server timeout to be applied to each request issued to the Batch service.

Applies to