Sdílet prostřednictvím


ODataMessageWriter.CreateODataCollectionWriterAsync Metoda

Definice

Přetížení

CreateODataCollectionWriterAsync(IEdmTypeReference)

Asynchronně vytvoří ODataCollectionWriter kolekci primitivních nebo složitých hodnot (v důsledku vyvolání operace služby).

CreateODataCollectionWriterAsync()

Asynchronně vytvoří ODataCollectionWriter kolekci primitivních nebo složitých hodnot (v důsledku vyvolání operace služby).

CreateODataCollectionWriterAsync(IEdmTypeReference)

Asynchronně vytvoří ODataCollectionWriter kolekci primitivních nebo složitých hodnot (v důsledku vyvolání operace služby).

public System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter> CreateODataCollectionWriterAsync (Microsoft.OData.Edm.IEdmTypeReference itemTypeReference);
member this.CreateODataCollectionWriterAsync : Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter>
Public Function CreateODataCollectionWriterAsync (itemTypeReference As IEdmTypeReference) As Task(Of ODataCollectionWriter)

Parametry

itemTypeReference
IEdmTypeReference

Typ položky kolekce, která se zapisuje, nebo null, pokud nejsou k dispozici žádná metadata.

Návraty

Spuštěná úloha pro vytvořený zapisovač kolekce.

Platí pro

CreateODataCollectionWriterAsync()

Asynchronně vytvoří ODataCollectionWriter kolekci primitivních nebo složitých hodnot (v důsledku vyvolání operace služby).

public System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter> CreateODataCollectionWriterAsync ();
member this.CreateODataCollectionWriterAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionWriter>
Public Function CreateODataCollectionWriterAsync () As Task(Of ODataCollectionWriter)

Návraty

Spuštěná úloha pro vytvořený zapisovač kolekce.

Platí pro