ODataBatchWriter.CreateOperationResponseMessage Method
Creates a message for writing an operation of a batch response.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function CreateOperationResponseMessage As ODataBatchOperationResponseMessage
'Usage
Dim instance As ODataBatchWriter
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
The message that can be used to write the response operation.