Skip to content

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

NameSummary
static ToObservableReturns an observable sequence that signals when the task completes.
static ToTaskReturns a task that will receive the last value or the exception produced by the observable sequence.
Inherited members