ODataMessageReader.CreateODataCollectionReaderAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
コレクション内の項目に対して予期される型参照。
戻り値
作成されたコレクション リーダーの実行中のタスク。