| AsyncQueryableScanTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, TSource, TSource) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncQueryable<TSource> Scan<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, TSource, TSource>> accumulator )
 See Also
See Also