Aggregate__3_1 - waf/Rx.NET GitHub Wiki

AsyncEnumerable.Aggregate<TSource, TAccumulate, TResult> Method (IAsyncEnumerable<TSource>, TAccumulate, Func<TAccumulate, TSource, TAccumulate>, Func<TAccumulate, TResult>, CancellationToken)

[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.Aggregate3(System.Collections.Generic.IAsyncEnumerable{0},1,System.Func{1,0,1},System.Func{1,2},System.Threading.CancellationToken)"]

Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)

Syntax

public static Task<TResult> Aggregate<TSource, TAccumulate, TResult>(
	this IAsyncEnumerable<TSource> source,
	TAccumulate seed,
	Func<TAccumulate, TSource, TAccumulate> accumulator,
	Func<TAccumulate, TResult> resultSelector,
	CancellationToken cancellationToken
)

Parameters

source

Type: System.Collections.Generic.IAsyncEnumerable<TSource>

[Missing <param name="source"/> documentation for "M:System.Linq.AsyncEnumerable.Aggregate3(System.Collections.Generic.IAsyncEnumerable{0},1,System.Func{1,0,1},System.Func{1,2},System.Threading.CancellationToken)"]

seed

Type: TAccumulate

[Missing <param name="seed"/> documentation for "M:System.Linq.AsyncEnumerable.Aggregate3(System.Collections.Generic.IAsyncEnumerable{0},1,System.Func{1,0,1},System.Func{1,2},System.Threading.CancellationToken)"]

accumulator

Type: System.Func<TAccumulate, TSource, TAccumulate>

[Missing <param name="accumulator"/> documentation for "M:System.Linq.AsyncEnumerable.Aggregate3(System.Collections.Generic.IAsyncEnumerable{0},1,System.Func{1,0,1},System.Func{1,2},System.Threading.CancellationToken)"]

resultSelector

Type: System.Func<TAccumulate, TResult>

[Missing <param name="resultSelector"/> documentation for "M:System.Linq.AsyncEnumerable.Aggregate3(System.Collections.Generic.IAsyncEnumerable{0},1,System.Func{1,0,1},System.Func{1,2},System.Threading.CancellationToken)"]

cancellationToken

Type: System.Threading.CancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:System.Linq.AsyncEnumerable.Aggregate3(System.Collections.Generic.IAsyncEnumerable{0},1,System.Func{1,0,1},System.Func{1,2},System.Threading.CancellationToken)"]

Type Parameters

TSource

[Missing <typeparam name="TSource"/> documentation for "M:System.Linq.AsyncEnumerable.Aggregate3(System.Collections.Generic.IAsyncEnumerable{0},1,System.Func{1,0,1},System.Func{1,2},System.Threading.CancellationToken)"]

TAccumulate

[Missing <typeparam name="TAccumulate"/> documentation for "M:System.Linq.AsyncEnumerable.Aggregate3(System.Collections.Generic.IAsyncEnumerable{0},1,System.Func{1,0,1},System.Func{1,2},System.Threading.CancellationToken)"]

TResult

[Missing <typeparam name="TResult"/> documentation for "M:System.Linq.AsyncEnumerable.Aggregate3(System.Collections.Generic.IAsyncEnumerable{0},1,System.Func{1,0,1},System.Func{1,2},System.Threading.CancellationToken)"]

Return Value

Type: Task<TResult>

[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.Aggregate3(System.Collections.Generic.IAsyncEnumerable{0},1,System.Func{1,0,1},System.Func{1,2},System.Threading.CancellationToken)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IAsyncEnumerable<TSource>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

AsyncEnumerable Class
System.Linq Namespace

⚠️ **GitHub.com Fallback** ⚠️