Observable.Last Method

Include Protected Members
Include Inherited Members

Returns the last element of an 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

  Name Description
Public methodStatic member Last<TSource>(IObservable<TSource>) Returns the last element of an observable sequence with a specified source.
Public methodStatic member Last<TSource>(IObservable<TSource>, Func<TSource, Boolean>) Returns the last element of an observable sequence that matches the predicate.

Top

See Also

Reference

Observable Class

System.Reactive.Linq Namespace