IBatchRequest Interface
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.
Represents a request to the Batch service.
public interface IBatchRequest
type IBatchRequest = interface
Public Interface IBatchRequest
- Derived
Properties
CancellationToken |
Gets or sets the CancellationToken associated with this IBatchRequest. |
ClientRequestIdProvider |
Gets or sets the ClientRequestIdProvider used by this request to generate client request ids. |
OperationContext |
Gets the operation context associated with this IBatchRequest. |
Options |
Gets the options needed by the REST proxy for the current request. |
RestClient |
Gets 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. |
Applies to
Azure SDK for .NET