AsyncEnumerableRequest<T>.InvokeImplementation メソッド

定義

要求を呼び出します。

public System.Collections.Generic.IAsyncEnumerable<T> InvokeImplementation ();
abstract member InvokeImplementation : unit -> System.Collections.Generic.IAsyncEnumerable<'T>
override this.InvokeImplementation : unit -> System.Collections.Generic.IAsyncEnumerable<'T>
Public Function InvokeImplementation () As IAsyncEnumerable(Of T)

戻り値

呼び出しの結果。

実装

適用対象