FeedbackTRecord, TTime ClassNaiad Help

[This is preliminary documentation and is subject to change.]

Represents a feedback edge in a Naiad computation
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public propertyInput
Input to the feedback edge
Public propertyOutput
Output of the feedback edge
Top
See Also

Reference