|
| .NET Framework Class Library |
| Observable..::.Take Method (Int32) |
| Observable Class See Also Send Feedback |
Returns a specified number of contiguous values from the start of an observable sequence.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function Take(count); |
Parameters
- count
- Type: System..::.Int32