ODataBatchReader.CreateOperationResponseMessageImplementation Method

Definition

Returns the cached ODataBatchOperationRequestMessage for reading the content of an operation in a batch request.

protected abstract Microsoft.OData.ODataBatchOperationResponseMessage CreateOperationResponseMessageImplementation ();
abstract member CreateOperationResponseMessageImplementation : unit -> Microsoft.OData.ODataBatchOperationResponseMessage
Protected MustOverride Function CreateOperationResponseMessageImplementation () As ODataBatchOperationResponseMessage

Returns

The message that can be used to read the content of the batch request operation from.

Applies to