Observable.TakeUntil<TSource, TOther> Method
March 22, 2012
Returns the values from the source observable sequence until the other observable sequence produces a value.
Assembly: Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)
public static IObservable<TSource> TakeUntil<TSource, TOther>( this IObservable<TSource> source, IObservable<TOther> other )
Type Parameters
- TSource
- TOther