Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.