ODataBatchWriter.CreateOperationResponseMessage(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.
Creates a message for writing an operation of a batch response.
public Microsoft.OData.ODataBatchOperationResponseMessage CreateOperationResponseMessage (string contentId);
member this.CreateOperationResponseMessage : string -> Microsoft.OData.ODataBatchOperationResponseMessage
Public Function CreateOperationResponseMessage (contentId As String) As ODataBatchOperationResponseMessage
Parameters
- contentId
- String
The Content-ID value to write in ChangeSet head.
Returns
The message that can be used to write the response operation.