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
type ODataBatchRequestItem = class
Public MustInherit Class ODataBatchRequestItem
- Inheritance
-
ODataBatchRequestItem
- Derived
Constructors
| ODataBatchRequestItem() |
Methods
| SendRequestAsync(RequestDelegate, HttpContext, Dictionary<String,String>) |
Routes a single OData batch request. |
| SendRequestAsync(RequestDelegate) |
Routes the request. |