ODataBatchReader.CreateOperationResponseMessageImplementation 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.
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.