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 creates an ODataWriter to write a feed.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function CreateODataFeedWriterAsync As Task(Of ODataWriter)
'Usage
Dim instance As ODataMessageWriter
Dim returnValue As Task(Of ODataWriter)
returnValue = instance.CreateODataFeedWriterAsync()
public Task<ODataWriter> CreateODataFeedWriterAsync()
public:
Task<ODataWriter^>^ CreateODataFeedWriterAsync()
member CreateODataFeedWriterAsync : unit -> Task<ODataWriter>
public function CreateODataFeedWriterAsync() : Task<ODataWriter>
Return Value
Type: System.Threading.Tasks.Task<ODataWriter>
A running task for the created writer.