Qbservable.Amb Method

Include Protected Members
Include Inherited Members

Propagates the queryable observable sequence that reacts first.

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

Overload List

  Name Description
Public methodStatic member Amb<TSource>(IQbservable<TSource>, IObservable<TSource>) Propagates the queryable observable sequence that reacts first with the specified first and second sequence.
Public methodStatic member Amb<TSource>(IQbservableProvider, IEnumerable<IObservable<TSource>>) Propagates the queryable observable sequence that reacts first with a specified sources.
Public methodStatic member Amb<TSource>(IQbservableProvider, IObservable<TSource>[]) Propagates the queryable observable sequence that reacts first with a specified sources.

Top

See Also

Reference

Qbservable Class

System.Reactive.Linq Namespace