Property DueTime
DueTime
Gets or sets a value specifying the maximum time the gate stays open.
public TimeSpan? DueTime { get; set; }
Property Value
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.