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.
Assembly: linq2db.dll
Syntax
public interface IAsyncEnumerable<out T>
Type Parameters
Methods
|
Improve this Doc
View Source
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.
Declaration
IAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken cancellationToken = null)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
Returns
Extension Methods