Interactive Extensions
Interactive Extensions
Ix-Main Namespaces
System.Linq
AsyncQueryable Class
AsyncQueryable Methods
Aggregate Method
Aggregate(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TSource, TSource)))
Aggregate(TSource) Method (IAsyncQueryable(TSource), Expression(Func(TSource, TSource, TSource)), CancellationToken)
Aggregate(TSource, TAccumulate) Method (IAsyncQueryable(TSource), TAccumulate, Expression(Func(TAccumulate, TSource, TAccumulate)))
Aggregate(TSource, TAccumulate, TResult) Method (IAsyncQueryable(TSource), TAccumulate, Expression(Func(TAccumulate, TSource, TAccumulate)), Expression(Func(TAccumulate, TResult)))
Aggregate(TSource, TAccumulate) Method (IAsyncQueryable(TSource), TAccumulate, Expression(Func(TAccumulate, TSource, TAccumulate)), CancellationToken)
Aggregate(TSource, TAccumulate, TResult) Method (IAsyncQueryable(TSource), TAccumulate, Expression(Func(TAccumulate, TSource, TAccumulate)), Expression(Func(TAccumulate, TResult)), CancellationToken)
AsyncQueryable
Aggregate Method
Overload List
Name
Description
Aggregate
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, TSource, TSource
)
Aggregate
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, TSource, TSource
, CancellationToken)
Aggregate
TSource, TAccumulate
(IAsyncQueryable
TSource
, TAccumulate, Expression
Func
TAccumulate, TSource, TAccumulate
)
Aggregate
TSource, TAccumulate, TResult
(IAsyncQueryable
TSource
, TAccumulate, Expression
Func
TAccumulate, TSource, TAccumulate
, Expression
Func
TAccumulate, TResult
)
Aggregate
TSource, TAccumulate
(IAsyncQueryable
TSource
, TAccumulate, Expression
Func
TAccumulate, TSource, TAccumulate
, CancellationToken)
Aggregate
TSource, TAccumulate, TResult
(IAsyncQueryable
TSource
, TAccumulate, Expression
Func
TAccumulate, TSource, TAccumulate
, Expression
Func
TAccumulate, TResult
, CancellationToken)
Top
See Also
Reference
AsyncQueryable Class
System.Linq Namespace