Edit

Share via


AsyncEnumerableExtensions.WithBatchSize<T> Method

Definition

public static System.Collections.Generic.IAsyncEnumerable<T> WithBatchSize<T> (this System.Collections.Generic.IAsyncEnumerable<T> self, int maxBatchSize);
static member WithBatchSize : System.Collections.Generic.IAsyncEnumerable<'T> * int -> System.Collections.Generic.IAsyncEnumerable<'T>
<Extension()>
Public Function WithBatchSize(Of T) (self As IAsyncEnumerable(Of T), maxBatchSize As Integer) As IAsyncEnumerable(Of T)

Type Parameters

T

Parameters

maxBatchSize
Int32

Returns

Applies to