ODataBatchReader.CreateOperationResponseMessageAsync 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.
Asynchronously returns an ODataBatchOperationResponseMessage for reading the content of a batch operation.
public System.Threading.Tasks.Task<Microsoft.OData.ODataBatchOperationResponseMessage> CreateOperationResponseMessageAsync ();
member this.CreateOperationResponseMessageAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataBatchOperationResponseMessage>
Public Function CreateOperationResponseMessageAsync () As Task(Of ODataBatchOperationResponseMessage)
Returns
A task that when completed returns a response message for reading the content of a batch operation.