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.
Asynchronously 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 CreateOperationResponseMessageAsync As Task(Of ODataBatchOperationResponseMessage)
'Usage
Dim instance As ODataBatchReader
Dim returnValue As Task(Of ODataBatchOperationResponseMessage)
returnValue = instance.CreateOperationResponseMessageAsync()
public Task<ODataBatchOperationResponseMessage> CreateOperationResponseMessageAsync()
public:
Task<ODataBatchOperationResponseMessage^>^ CreateOperationResponseMessageAsync()
member CreateOperationResponseMessageAsync : unit -> Task<ODataBatchOperationResponseMessage>
public function CreateOperationResponseMessageAsync() : Task<ODataBatchOperationResponseMessage>
Return Value
Type: System.Threading.Tasks.Task<ODataBatchOperationResponseMessage>
A task that when completed returns a response message for reading the content of a batch operation.