OperationRequestItem 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 Operation request.
public class OperationRequestItem : Microsoft.AspNet.OData.Batch.ODataBatchRequestItem
type OperationRequestItem = class
inherit ODataBatchRequestItem
Public Class OperationRequestItem
Inherits ODataBatchRequestItem
- Inheritance
Constructors
| OperationRequestItem(HttpContext) |
Initializes a new instance of the OperationRequestItem class. |
| OperationRequestItem(HttpRequestMessage) |
Initializes a new instance of the OperationRequestItem class. |
Properties
| Context |
Gets the Operation request context. |
| Request |
Gets the Operation request. |
Methods
| Dispose() | (Inherited from ODataBatchRequestItem) |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources. |
| GetResourcesForDisposal() |
Gets the resources registered for dispose on the Operation request message. |
| SendRequestAsync(HttpMessageInvoker, CancellationToken) |
Sends the Operation request. |
| SendRequestAsync(RequestDelegate) |
Sends the Operation request. |