System.Reactive.Linq Namespace

Classes

  Class Description
Public class ControlObservable Provides a set of static methods for subscribing to IObservables using Windows Forms controls.
Public class DispatcherObservable
Public class Observable Provides a set of static methods for query operations over observable sequences.
Public class Qbservable Represents a queryable observable sequence.

Interfaces

  Interface Description
Public interface IGroupedObservable<TKey, TElement> Represents an observable sequence of values that have a common key.
Public interface IQbservable Provides functionality to evaluate queries against a specific data source wherein the type of the data is not specified.
Public interface IQbservable<TSource> Provides functionality to evaluate queries against a specific data source wherein the type of the data is known.
Public interface IQbservableProvider Defines methods to create and execute queries that are described by an IQbservable object.