|
| .NET Framework Class Library |
| Observable..::.TakeUntil Method |
| Observable Class See Also Send Feedback |
Returns the values from the source observable sequence until the other observable sequence produces a value.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function TakeUntil(other); |
Parameters
- other
- Type: Rx..::.Observable