Metodo ODataMessageReader.CreateODataEntryReaderAsync
Crea un oggetto ODataReader in modo asincrono per leggere una voce.
Spazio dei nomi Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Function CreateODataEntryReaderAsync As Task
'Utilizzo
Dim instance As ODataMessageReader
Dim returnValue As Task
returnValue = instance.CreateODataEntryReaderAsync()
public Task CreateODataEntryReaderAsync()
public:
Task^ CreateODataEntryReaderAsync()
member CreateODataEntryReaderAsync : unit -> Task
public function CreateODataEntryReaderAsync() : Task
Valore restituito
Tipo: System.Threading.Tasks.Task<TResult>
Attività in esecuzione per il lettore creato.