Qbservable.Then(TSource, TResult) Method
Matches when the queryable observable sequence has an available value and projects the value.
Namespace: System.Reactive.Linq
Assembly: System.Reactive.Providers (in System.Reactive.Providers.dll)
Type Parameters
- TSource
The type of source.
- TResult
The type of result.
Parameters
- source
- Type: System.Reactive.Linq.IQbservable(TSource)
The queryable observable source sequence.
- selector
- Type: System.Linq.Expressions.Expression(Func(TSource, TResult))
A transform function to apply to each source element.
Return Value
Type: System.Reactive.Joins.QueryablePlan(TResult)The queryable observable sequence has an available value and projects the value.