Observable::Buffer<TSource> Method (IObservable<TSource>, Int32, Int32)
Indicates each element of an observable sequence into zero or more buffers which are produced based on element count information.
Namespace: System.Reactive.Linq
Assembly: System.Reactive (in System.Reactive.dll)
[ExtensionAttribute] public: generic<typename TSource> static IObservable<IList<TSource>^>^ Buffer( IObservable<TSource>^ source, int count, int skip )
Type Parameters
- TSource
The type source.
Parameters
- source
- Type: System::IObservable<TSource>
The source sequence to produce buffers over.
- count
- Type: System::Int32
The length of each buffer.
- skip
- Type: System::Int32
The number of elements to skip between creation of consecutive buffers.