Share via


ODataBatchWriter.CreateOperationResponseMessage(String) Method

Definition

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.

Applies to