LoopContextTTimeDelayTRecord Method (ExpressionFuncTRecord, Int32)Naiad Help

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

Constructs a new feedback edge with an enforced partitioning

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>(
	Expression<Func<TRecord, int>> partitionedBy
)

Parameters

partitionedBy
Type: System.Linq.ExpressionsExpressionFuncTRecord, Int32
partitioning function

Type Parameters

TRecord
record type

Return Value

Type: FeedbackTRecord, TTime
A new feedback edge
See Also

Reference