[This is preliminary documentation and is subject to change.]
Represents a feedback edge in a Naiad computation
Inheritance Hierarchy
Microsoft.Research.Naiad.Dataflow.IterationFeedbackTRecord, TTime
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 class Feedback<TRecord, TTime> where TTime : Object, Time<TTime>
Type Parameters
- TRecord
- record type
- TTime
- time type
The FeedbackTRecord, TTime type exposes the following members.
Properties
Name | Description | |
---|---|---|
Input |
Input to the feedback edge
| |
Output |
Output of the feedback edge
|
See Also