BatchRequestTimeout Class

Definition

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

public class BatchRequestTimeout : Microsoft.Azure.Batch.Protocol.RequestInterceptor
Inheritance

Inherited Members

Microsoft.Azure.Batch.Protocol.RequestInterceptor

Microsoft.Azure.Batch.Protocol.RequestReplacementInterceptor

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.

ServerTimeout

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

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)