[This is preliminary documentation and is subject to change.]
Constructs a new feedback edge with a maximum number of iterations
Namespace: Microsoft.Research.Naiad.Dataflow.Iteration
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public Feedback<TRecord, TTime> Delay<TRecord>( int maxIters )
Parameters
- maxIters
- Type: SystemInt32
maximum number of iterations
Type Parameters
- TRecord
- record type
Return Value
Type: FeedbackTRecord, TTimeA new feedback edge
See Also