Skip to content

IAsyncEnumerableRequest<T> Methods

Interface for requests to a System.Collections.Generic.IAsyncEnumerable-returning methods.

InvokeImplementation

abstract
public abstract IAsyncEnumerable<T> InvokeImplementation()
Invokes the request.

Returns

The result of invocation.