BatchRequestTimeout Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET