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
NameDescription.gif)
Window(IQbservable, Int32)Projects each element of a queryable observable sequence into consecutive non-overlapping windows which are produced based on element count information..gif)
Window<TSource, TWindowClosing>(IQbservable, Expression<Func<IObservable>>)Projects each element of a queryable observable sequence into consecutive non-overlapping windows..gif)
Window(IQbservable, TimeSpan)Projects each element of a queryable observable sequence into consecutive non-overlapping windows which are produced based on timing information..gif)
Window(IQbservable, Int32, Int32)Projects each element of a queryable observable sequence into zero or more windows which are produced based on element count information..gif)
Window<TSource, TWindowOpening, TWindowClosing>(IQbservable, IObservable, Expression<Func<TWindowOpening, IObservable>>)Projects each element of a queryable observable sequence into zero or more windows..gif)
Window(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..gif)
Window(IQbservable, TimeSpan, IScheduler)Projects each element of a queryable observable sequence into consecutive non-overlapping windows which are produced based on timing information..gif)
Window(IQbservable, TimeSpan, TimeSpan)Projects each element of a queryable observable sequence into zero or more windows which are produced based on timing information..gif)
Window(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..gif)
Window(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