Interface IAsyncEnumerable<T>
This API supports the LinqToDB infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public interface IAsyncEnumerable<out T>
Type Parameters
T
- Extension Methods
Methods
GetAsyncEnumerator(CancellationToken)
This API supports the LinqToDB infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
IAsyncEnumerator<out T> GetAsyncEnumerator(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationToken