The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Qbservable.Window()

Qbservable.Window Method

Include Protected Members
Include Inherited Members

Projects each element of a queryable observable sequence.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

NameDescriptionPublic methodStatic memberWindow(IQbservable, Int32)Projects each element of a queryable observable sequence into consecutive non-overlapping windows which are produced based on element count information.Public methodStatic memberWindow<TSource, TWindowClosing>(IQbservable, Expression<Func<IObservable>>)Projects each element of a queryable observable sequence into consecutive non-overlapping windows.Public methodStatic memberWindow(IQbservable, TimeSpan)Projects each element of a queryable observable sequence into consecutive non-overlapping windows which are produced based on timing information.Public methodStatic memberWindow(IQbservable, Int32, Int32)Projects each element of a queryable observable sequence into zero or more windows which are produced based on element count information.Public methodStatic memberWindow<TSource, TWindowOpening, TWindowClosing>(IQbservable, IObservable, Expression<Func<TWindowOpening, IObservable>>)Projects each element of a queryable observable sequence into zero or more windows.Public methodStatic memberWindow(IQbservable, TimeSpan, Int32)Projects each element of a queryable observable sequence into a window that is completed when either it’s full or a given amount of time has elapsed.Public methodStatic memberWindow(IQbservable, TimeSpan, IScheduler)Projects each element of a queryable observable sequence into consecutive non-overlapping windows which are produced based on timing information.Public methodStatic memberWindow(IQbservable, TimeSpan, TimeSpan)Projects each element of a queryable observable sequence into zero or more windows which are produced based on timing information.Public methodStatic memberWindow(IQbservable, TimeSpan, Int32, IScheduler)Projects each element of a queryable observable sequence into a window that is completed when either it’s full or a given amount of time has elapsed.Public methodStatic memberWindow(IQbservable, TimeSpan, TimeSpan, IScheduler)Projects each element of a queryable observable sequence into zero or more windows which are produced based on timing information.Top

See Also

Reference

Qbservable Class

System.Reactive.Linq Namespace