[This is preliminary documentation and is subject to change.]
Enables this collection to be used as a constant in the given loop context.
Namespace: Microsoft.Research.Naiad.Frameworks.DifferentialDataflow
Assembly: Microsoft.Research.Naiad.DifferentialDataflow (in Microsoft.Research.Naiad.DifferentialDataflow.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
Collection<TRecord, IterationIn<TTime>> EnterLoop( LoopContext<TTime> context )
Parameters
- context
- Type: Microsoft.Research.Naiad.Dataflow.IterationLoopContextTTime
The loop context.
Return Value
Type: CollectionTRecord, IterationInTTimeThis collection, where each timestamp has an additional loop counter.
See Also