ODataBatchWriter.CreateOperationResponseMessageAsync(String) 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 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.