次の方法で共有


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>
作成されたコレクション リーダーの実行中のタスク。

関連項目

参照

ODataMessageReader クラス

CreateODataCollectionReaderAsync オーバーロード

Microsoft.Data.OData 名前空間