







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