Collection<TRecord, TTime>.EnterLoop Method (LoopContext<TTime>)Naiad Help

[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.Iteration.LoopContext<TTime>
The loop context.

Return Value

Type: Collection<TRecord, IterationIn<TTime>>
This collection, where each timestamp has an additional loop counter.
See Also

Reference