ODataBatchResponseItem.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.
public abstract System.Threading.Tasks.Task WriteResponseAsync(Microsoft.OData.ODataBatchWriter writer);
abstract member WriteResponseAsync : Microsoft.OData.ODataBatchWriter -> System.Threading.Tasks.Task
Public MustOverride Function WriteResponseAsync (writer As ODataBatchWriter) As Task
Parameters
- writer
- ODataBatchWriter
The ODataBatchWriter.