AsyncEnumerableExtensions.WithBatchSize<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- self
- IAsyncEnumerable<T>
- maxBatchSize
- Int32