|
@@ -10860,7 +10860,7 @@ namespace System.Reactive.Linq
|
|
|
/// <param name="provider">Query provider used to construct the <see cref="IQbservable{T}"/> data source.</param>
|
|
|
/// <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
|
|
|
/// <param name="source">Connectable observable sequence.</param>
|
|
|
- /// <param name="minObservers">The minimum number of observers subscribing to establish the connection to the source.</param>
|
|
|
+ /// <param name="minObservers">The minimum number of observers required to subscribe before establishing the connection to the source.</param>
|
|
|
/// <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
/// <paramref name="source" /> is null.</exception>
|
|
@@ -10895,7 +10895,7 @@ namespace System.Reactive.Linq
|
|
|
/// <param name="provider">Query provider used to construct the <see cref="IQbservable{T}"/> data source.</param>
|
|
|
/// <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
|
|
|
/// <param name="source">Connectable observable sequence.</param>
|
|
|
- /// <param name="minObservers">The minimum number of observers subscribing to establish the connection to the source.</param>
|
|
|
+ /// <param name="minObservers">The minimum number of observers required to subscribe before establishing the connection to the source.</param>
|
|
|
/// <param name="disconnectDelay">The time span that should be waited before possibly unsubscribing from the connectable observable.</param>
|
|
|
/// <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
|
|
|
/// <exception cref="ArgumentNullException">
|
|
@@ -10932,7 +10932,7 @@ namespace System.Reactive.Linq
|
|
|
/// <param name="provider">Query provider used to construct the <see cref="IQbservable{T}"/> data source.</param>
|
|
|
/// <typeparam name="TSource">The type of the elements in the source sequence.</typeparam>
|
|
|
/// <param name="source">Connectable observable sequence.</param>
|
|
|
- /// <param name="minObservers">The minimum number of observers subscribing to establish the connection to the source.</param>
|
|
|
+ /// <param name="minObservers">The minimum number of observers required to subscribe before establishing the connection to the source.</param>
|
|
|
/// <param name="disconnectDelay">The time span that should be waited before possibly unsubscribing from the connectable observable.</param>
|
|
|
/// <param name="scheduler">The scheduler to use for delayed unsubscription.</param>
|
|
|
/// <returns>An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.</returns>
|