ODataBatchRequestItem 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.
Represents an OData batch request.
public abstract class ODataBatchRequestItem : IDisposable
public abstract class ODataBatchRequestItem
type ODataBatchRequestItem = class
interface IDisposable
type ODataBatchRequestItem = class
Public MustInherit Class ODataBatchRequestItem
Implements IDisposable
Public MustInherit Class ODataBatchRequestItem
- Inheritance
-
ODataBatchRequestItem
- Derived
- Implements
Constructors
| ODataBatchRequestItem() |
Methods
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources. |
| GetResourcesForDisposal() |
Gets the resources for disposal. |
| SendMessageAsync(HttpMessageInvoker, HttpRequestMessage, CancellationToken, Dictionary<String,String>) |
Sends a single OData batch request. |
| SendRequestAsync(HttpMessageInvoker, CancellationToken) |
Sends the request. |
| SendRequestAsync(RequestDelegate, HttpContext, Dictionary<String,String>) |
Routes a single OData batch request. |
| SendRequestAsync(RequestDelegate) |
Routes the request. |