你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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

Initializes a new instance of the BatchRequestTimeout class.

Properties

Name Description
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