ODataMessageReader.CreateODataCollectionReaderAsync 方法
非同步建立 ODataCollectionReader 以讀取基本或複雜值的集合 (服務作業引動過程的結果)。
命名空間: Microsoft.Data.OData
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
Public Function CreateODataCollectionReaderAsync As Task
'用途
Dim instance As ODataMessageReader
Dim returnValue As Task
returnValue = instance.CreateODataCollectionReaderAsync()
public Task CreateODataCollectionReaderAsync()
public:
Task^ CreateODataCollectionReaderAsync()
member CreateODataCollectionReaderAsync : unit -> Task
public function CreateODataCollectionReaderAsync() : Task
傳回值
型別:System.Threading.Tasks.Task<TResult>
已建立之集合讀取器的執行中工作。