The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Qbservable.Replay()

Qbservable.Replay Method

Include Protected Members
Include Inherited Members

Returns a connectable queryable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

NameDescriptionPublic methodStatic memberReplay<TSource, TResult>(IQbservable, Expression<Func<IObservable, IObservable>>)Returns a queryable observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initial value.Public methodStatic memberReplay<TSource, TResult>(IQbservable, Expression<Func<IObservable, IObservable>>, Int32)Returns a queryable observable sequence that is the result of invoking the selector on a connectable queryable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.Public methodStatic memberReplay<TSource, TResult>(IQbservable, Expression<Func<IObservable, IObservable>>, IScheduler)Returns a queryable observable sequence that is the result of invoking the selector on a connectable queryable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.Public methodStatic memberReplay<TSource, TResult>(IQbservable, Expression<Func<IObservable, IObservable>>, TimeSpan)Returns a queryable observable sequence that is the result of invoking the selector on a connectable queryable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.Public methodStatic memberReplay<TSource, TResult>(IQbservable, Expression<Func<IObservable, IObservable>>, Int32, IScheduler)Returns a queryable observable sequence that is the result of invoking the selector on a connectable queryable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.Public methodStatic memberReplay<TSource, TResult>(IQbservable, Expression<Func<IObservable, IObservable>>, Int32, TimeSpan)Returns a queryable observable sequence that is the result of invoking the selector on a connectable queryable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.Public methodStatic memberReplay<TSource, TResult>(IQbservable, Expression<Func<IObservable, IObservable>>, TimeSpan, IScheduler)Returns a queryable observable sequence that is the result of invoking the selector on a connectable queryable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.Public methodStatic memberReplay<TSource, TResult>(IQbservable, Expression<Func<IObservable, IObservable>>, Int32, TimeSpan, IScheduler)Returns a queryable observable sequence that is the result of invoking the selector on a connectable queryable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.Top

See Also

Reference

Qbservable Class

System.Reactive.Linq Namespace