Share via


ODataBatchWriter.CreateOperationResponseMessageImplementation(String) Method

Definition

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.

Applies to