OperationResponseItem.WriteResponseAsync(ODataBatchWriter) Method
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.
Writes the response as an Operation.
public override System.Threading.Tasks.Task WriteResponseAsync(Microsoft.OData.ODataBatchWriter writer);
override this.WriteResponseAsync : Microsoft.OData.ODataBatchWriter -> System.Threading.Tasks.Task
Public Overrides Function WriteResponseAsync (writer As ODataBatchWriter) As Task
Parameters
- writer
- ODataBatchWriter
The ODataBatchWriter.