Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.