Freigeben über


ODataMessageWriter.CreateODataCollectionWriterAsync-Methode

Erstellt asynchron einen ODataCollectionWriter, um eine Auflistung primitiver oder komplexer Werte (als Ergebnis eines Dienstvorgangsaufrufs) zu schreiben.

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

Syntax

'Declaration
Public Function CreateODataCollectionWriterAsync As Task
'Usage
Dim instance As ODataMessageWriter
Dim returnValue As Task

returnValue = instance.CreateODataCollectionWriterAsync()
public Task CreateODataCollectionWriterAsync()
public:
Task^ CreateODataCollectionWriterAsync()
member CreateODataCollectionWriterAsync : unit -> Task 
public function CreateODataCollectionWriterAsync() : Task

Rückgabewert

Typ: System.Threading.Tasks.Task<TResult>
Eine ausgeführte Aufgabe für den erstellten Auflistungswriter.

Siehe auch

Verweis

ODataMessageWriter Klasse

Microsoft.Data.OData-Namespace