Join__4 - waf/Rx.NET GitHub Wiki

AsyncEnumerable.Join<TOuter, TInner, TKey, TResult> Method (IAsyncEnumerable<TOuter>, IAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, TInner, TResult>)

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

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

Syntax

public static IAsyncEnumerable<TResult> Join<TOuter, TInner, TKey, TResult>(
	this IAsyncEnumerable<TOuter> outer,
	IAsyncEnumerable<TInner> inner,
	Func<TOuter, TKey> outerKeySelector,
	Func<TInner, TKey> innerKeySelector,
	Func<TOuter, TInner, TResult> resultSelector
)

Parameters

outer

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

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

inner

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

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

outerKeySelector

Type: System.Func<TOuter, TKey>

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

innerKeySelector

Type: System.Func<TInner, TKey>

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

resultSelector

Type: System.Func<TOuter, TInner, TResult>

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

Type Parameters

TOuter

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

TInner

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

TKey

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

TResult

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

Return Value

Type: IAsyncEnumerable<TResult>

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IAsyncEnumerable<TOuter>. 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** ⚠️