Table of Contents

Class Delay

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that delays the notification of values in the sequence by the specified time interval, using the render loop scheduler.

public class Delay : Combinator
Inheritance
Delay
Inherited Members

Properties

DueTime

Gets or sets the time interval by which to delay the sequence.

Methods

Process<TSource>(IObservable<TSource>)

Delays the notification of values in an observable sequence by the specified time interval, using the render loop scheduler.