,System.IObservable{--1},System.Linq.Expressions.Expression}},System.Linq.Expressions.Expression{System.Func{--1,System.IObservable{--3}}},System.Linq.Expressions.Expression{System.Func{--0,System.IObservable{--1},--4}})}
Qbservable.GroupJoin(IQbservable, IObservable, Expression>>, Expression>>, Expression, TResult>>) method¶
Defined in
Type: Qbservable
Namespace: System.Reactive.Linq
Assembly: System.Reactive.dll
Applies to
net8.0, net8.0-windows10.0.19041, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.0
public static IQbservable<TResult> GroupJoin<TLeft, TRight, TLeftDuration, TRightDuration, TResult>(this IQbservable<TLeft> left, IObservable<TRight> right, Expression<Func<TLeft, IObservable<TLeftDuration>>> leftDurationSelector, Expression<Func<TRight, IObservable<TRightDuration>>> rightDurationSelector, Expression<Func<TLeft, IObservable<TRight>, TResult>> resultSelector)
Type parameters
| Name | Description |
|---|---|
TLeft | -- |
TRight | -- |
TLeftDuration | -- |
TRightDuration | -- |
TResult | -- |
Parameters
| Name | Type | Description |
|---|---|---|
left | [IQbservable | -- |
right | IObservable | -- |
leftDurationSelector | Expression | -- |
rightDurationSelector | Expression | -- |
resultSelector | Expression | -- |
Returns: IQbservable