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 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.