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