Class DelaySubscription
Represents an operator that delays subscription to the observable sequence by the specified time interval, using the render loop scheduler.
public class DelaySubscription : Combinator
- Inheritance
-
DelaySubscription
- Inherited Members
Properties
- DueTime
Gets or sets the time interval by which to delay subscription to the sequence.
Methods
- Process<TSource>(IObservable<TSource>)
Delays subscription to an observable sequence by the specified time interval, using the render loop scheduler.