Share via


ODataBatchWriter.CreateOperationResponseMessageAsync(String) Method

Definition

Asynchronously creates an ODataBatchOperationResponseMessage for writing an operation of a batch response.

public System.Threading.Tasks.Task<Microsoft.OData.ODataBatchOperationResponseMessage> CreateOperationResponseMessageAsync (string contentId);
member this.CreateOperationResponseMessageAsync : string -> System.Threading.Tasks.Task<Microsoft.OData.ODataBatchOperationResponseMessage>
Public Function CreateOperationResponseMessageAsync (contentId As String) As Task(Of ODataBatchOperationResponseMessage)

Parameters

contentId
String

The Content-ID value to write in ChangeSet head.

Returns

A task that when completed returns the newly created operation response message.

Applies to