ODataBatchWriter.CreateOperationResponseMessageImplementation(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 an ODataBatchOperationResponseMessage for writing an operation of a batch response.
protected abstract Microsoft.OData.ODataBatchOperationResponseMessage CreateOperationResponseMessageImplementation (string contentId);
abstract member CreateOperationResponseMessageImplementation : string -> Microsoft.OData.ODataBatchOperationResponseMessage
Protected MustOverride Function CreateOperationResponseMessageImplementation (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.