次の方法で共有


ODataMessageReader.CreateODataCollectionReaderAsync メソッド

定義

オーバーロード

CreateODataCollectionReaderAsync()

(サービス操作の呼び出しの結果として) プリミティブ値または複合値のコレクションを読み取る を非同期的に作成 ODataCollectionReader します。

CreateODataCollectionReaderAsync(IEdmTypeReference)

(サービス操作の呼び出しの結果として) プリミティブ値または複合値のコレクションを読み取る を非同期的に作成 ODataCollectionReader します。

CreateODataCollectionReaderAsync()

(サービス操作の呼び出しの結果として) プリミティブ値または複合値のコレクションを読み取る を非同期的に作成 ODataCollectionReader します。

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

戻り値

作成されたコレクション リーダーの実行中のタスク。

適用対象

CreateODataCollectionReaderAsync(IEdmTypeReference)

(サービス操作の呼び出しの結果として) プリミティブ値または複合値のコレクションを読み取る を非同期的に作成 ODataCollectionReader します。

public System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionReader> CreateODataCollectionReaderAsync (Microsoft.OData.Edm.IEdmTypeReference expectedItemTypeReference);
member this.CreateODataCollectionReaderAsync : Microsoft.OData.Edm.IEdmTypeReference -> System.Threading.Tasks.Task<Microsoft.OData.ODataCollectionReader>
Public Function CreateODataCollectionReaderAsync (expectedItemTypeReference As IEdmTypeReference) As Task(Of ODataCollectionReader)

パラメーター

expectedItemTypeReference
IEdmTypeReference

コレクション内の項目に対して予期される型参照。

戻り値

作成されたコレクション リーダーの実行中のタスク。

適用対象