Qbservable::Window<TSource> Method (IQbservable<TSource>, TimeSpan)
Projects each element of a queryable observable sequence into consecutive non-overlapping windows which are produced based on timing information.
Namespace: System.Reactive.Linq
Assembly: System.Reactive.Providers (in System.Reactive.Providers.dll)
[ExtensionAttribute] public: generic<typename TSource> static IQbservable<IObservable<TSource>^>^ Window( IQbservable<TSource>^ source, TimeSpan timeSpan )
Type Parameters
- TSource
The type of source.
Parameters
- source
- Type: System.Reactive.Linq::IQbservable<TSource>
The source sequence to produce windows over.
- timeSpan
- Type: System::TimeSpan
The length of each window.