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