ODataMessageReader.CreateODataEntryReaderAsync 方法
非同步建立要讀取項目的 ODataReader。
命名空間: Microsoft.Data.OData
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
Public Function CreateODataEntryReaderAsync As Task
'用途
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
傳回值
型別:System.Threading.Tasks.Task<TResult>
已建立之讀取器的執行中工作。