Skip to content

)} ,System.Func,System.IObservable{--1}})}

AsyncInfoObservable.ToAsyncActionWithProgress(IObservable) method

Defined in

Type: AsyncInfoObservable Namespace: System.Reactive.Linq Assembly: System.Reactive.dll

Applies to

net8.0-windows10.0.19041

Overloads

  • 1. public static IAsyncActionWithProgress<int> ToAsyncActionWithProgress<TSource>(this IObservable<TSource> source)
  • 2. public static IAsyncActionWithProgress<TProgress> ToAsyncActionWithProgress<TSource, TProgress>(this IObservable<TSource> source, Func<IObservable<TSource>, IObservable<TProgress>> progressSelector)

1. Overload

public static IAsyncActionWithProgress<int> ToAsyncActionWithProgress<TSource>(this IObservable<TSource> source)

Type parameters

NameDescription
TSource--

Parameters

NameTypeDescription
sourceIObservable--

Returns: IAsyncActionWithProgress<int>

2. Overload

public static IAsyncActionWithProgress<TProgress> ToAsyncActionWithProgress<TSource, TProgress>(this IObservable<TSource> source, Func<IObservable<TSource>, IObservable<TProgress>> progressSelector)

Type parameters

NameDescription
TSource--
TProgress--

Parameters

NameTypeDescription
sourceIObservable--
progressSelectorFunc, IObservable>--

Returns: IAsyncActionWithProgress<TProgress>