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.AspNetCore.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. |
Properties
| Context |
Gets the response messages for the Operation. |
Methods
| WriteResponseAsync(ODataBatchWriter) |
Writes the response as an Operation. |