BatchRequest Class
The base class of all Batch requests.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Batch.Protocol.BatchRequest
Microsoft.Azure.Batch.Protocol.BatchRequest<TParams, TResponse>
Syntax
public abstract class BatchRequest
public ref class BatchRequest abstract
[<AbstractClass>]
type BatchRequest = class end
Public MustInherit Class BatchRequest
Constructors
| Name | Description | |
|---|---|---|
![]() |
BatchRequest(BatchRestClient, CancellationToken) | Initializes a new instance of the BatchRequest class. |
Properties
| Name | Description | |
|---|---|---|
![]() |
CancellationToken | Gets or sets the CancellationToken associated with this BatchRequest. |
![]() |
OperationContext | Gets the operation context associated with this BatchRequest. |
![]() |
Parameters | Gets the params needed by the REST proxy for the current request. |
![]() |
RestClient | Gets or sets the REST client that will be used for this request. |
![]() |
RetryPolicy | Gets or sets the retry policy to be applied. Null means no retries will be attempted. |
![]() |
Timeout | Gets or sets the client side timeout for a request to the Batch service. |
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Batch.Protocol Namespace
Return to top
.jpeg)
.jpeg)
.jpeg)