ODataMessageWriter.CreateODataEntryWriterAsync Method

Asynchronously creates an ODataWriter to write an entry.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Function CreateODataEntryWriterAsync As Task(Of ODataWriter)
'Usage
Dim instance As ODataMessageWriter 
Dim returnValue As Task(Of ODataWriter)

returnValue = instance.CreateODataEntryWriterAsync()
public Task<ODataWriter> CreateODataEntryWriterAsync()
public:
Task<ODataWriter^>^ CreateODataEntryWriterAsync()
member CreateODataEntryWriterAsync : unit -> Task<ODataWriter> 
public function CreateODataEntryWriterAsync() : Task<ODataWriter>

Return Value

Type: System.Threading.Tasks.Task<ODataWriter>
A running task for the created writer.

See Also

Reference

ODataMessageWriter Class

CreateODataEntryWriterAsync Overload

Microsoft.Data.OData Namespace