TaskObservableExtensions class¶
Defined in
Namespace: System.Reactive.Threading.Tasks
Assembly: System.Reactive.dll
Full name: System.Reactive.Threading.Tasks.TaskObservableExtensions
Modifiers: public static
Summary¶
Provides a set of static methods for converting tasks to observable sequences.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| static ToObservable | Returns an observable sequence that signals when the task completes. |
| static ToTask | Returns a task that will receive the last value or the exception produced by the observable sequence. |