Edit

Share via


IAsyncEnumerableRequest<T>.InvokeImplementation Method

Definition

Invokes the request.

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

Returns

The result of invocation.

Applies to