Share via


ODataBatchReader.CreateOperationResponseMessageAsync Method

Definition

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.

Applies to