Table of Contents

Interface IAsyncEnumerable<T>

Namespace
LinqToDB.Async
Assembly
linq2db.dll

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

Returns

IAsyncEnumerator<T>