ReplaySubject<T> Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ReplaySubject<T> class.

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

Overload List

  Name Description
Public method ReplaySubject<T>() Creates a replayable subject.
Public method ReplaySubject<T>(Int32) Initializes a new instance of the ReplaySubject<T> class with the specified buffer size.
Public method ReplaySubject<T>(TimeSpan) Initializes a new instance of the ReplaySubject<T> class with the specified window.
Public method ReplaySubject<T>(IScheduler) Initializes a new instance of the ReplaySubject<T> class with the specified scheduler.
Public method ReplaySubject<T>(Int32, IScheduler) Initializes a new instance of the ReplaySubject<T> class with the specified buffer size and scheduler.
Public method ReplaySubject<T>(Int32, TimeSpan) Initializes a new instance of the ReplaySubject<T> class with the specified buffer size and window.
Public method ReplaySubject<T>(TimeSpan, IScheduler) Initializes a new instance of the ReplaySubject<T> class with the specified window and scheduler.
Public method ReplaySubject<T>(Int32, TimeSpan, IScheduler) Initializes a new instance of the ReplaySubject<T> class with the specified buffer size, window and scheduler.

Top

See Also

Reference

ReplaySubject<T> Class

System.Reactive.Subjects Namespace