Observable.Amb Method

Include Protected Members
Include Inherited Members

Propagates the 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>(IEnumerable<IObservable<TSource>>) Propagates the observable sequence that reacts first with a specified sources.
Public methodStatic member Amb<TSource>(IObservable<TSource>[]) Propagates the observable sequence that reacts first with a specified sources.
Public methodStatic member Amb<TSource>(IObservable<TSource>, IObservable<TSource>) Propagates the observable sequence that reacts first with the specified first and second sequence.

Top

See Also

Reference

Observable Class

System.Reactive.Linq Namespace