ODataBatchReader.CreateOperationResponseMessage Method
Returns an ODataBatchOperationResponseMessage for reading the content of a batch operation.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function CreateOperationResponseMessage As ODataBatchOperationResponseMessage
'Usage
Dim instance As ODataBatchReader
Dim returnValue As ODataBatchOperationResponseMessage
returnValue = instance.CreateOperationResponseMessage()
public ODataBatchOperationResponseMessage CreateOperationResponseMessage()
public:
ODataBatchOperationResponseMessage^ CreateOperationResponseMessage()
member CreateOperationResponseMessage : unit -> ODataBatchOperationResponseMessage
public function CreateOperationResponseMessage() : ODataBatchOperationResponseMessage
Return Value
Type: Microsoft.Data.OData.ODataBatchOperationResponseMessage
A response message for reading the content of a batch operation.