Observable.First<TSource> Method
March 22, 2012
Returns the first value of an observable sequence.
Assembly: Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)
Type Parameters
- TSource
Parameters
- source
- Type: System.IObservable<TSource>
March 22, 2012
Returns the first value of an observable sequence.