Table of Contents

Property DueTime

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

DueTime

Gets or sets a value specifying the maximum time the gate stays open.

public TimeSpan? DueTime { get; set; }

Property Value

TimeSpan?

Remarks

If no value is specified, the gate stays open indefinitely until an element arrives. If a maximum due time is specified, however, then if an element from the first sequence arrives after this interval elapses, that element will not be allowed through and will be dropped from the result sequence.