Share via


ODataBatchReader.CreateOperationRequestMessageImplementation Method

Definition

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

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

Returns

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

Applies to