共用方式為


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)

傳回

叫用的結果。

實作

適用於