OperationResponseItem 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 response.
public class OperationResponseItem : Microsoft.AspNet.OData.Batch.ODataBatchResponseItem
type OperationResponseItem = class
inherit ODataBatchResponseItem
Public Class OperationResponseItem
Inherits ODataBatchResponseItem
- Inheritance
Constructors
| OperationResponseItem(HttpContext) |
Initializes a new instance of the OperationResponseItem class. |
| OperationResponseItem(HttpResponseMessage) |
Initializes a new instance of the OperationResponseItem class. |
Properties
| Context |
Gets the response messages for the Operation. |
| Response |
Gets the response messages for the Operation. |
Methods
| Dispose() | (Inherited from ODataBatchResponseItem) |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources. |
| WriteResponseAsync(ODataBatchWriter, Boolean) | |
| WriteResponseAsync(ODataBatchWriter, CancellationToken, Boolean) |
Writes the response as an Operation. |
| WriteResponseAsync(ODataBatchWriter, CancellationToken) |
Writes the response using a synchronous writer. (Inherited from ODataBatchResponseItem) |
| WriteResponseAsync(ODataBatchWriter) |
Writes the response. (Inherited from ODataBatchResponseItem) |