LoopContextTTimeEnterLoopTRecord Method (StreamTRecord, TTime)Naiad Help

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

Introduces a stream into the loop context from outside

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 Stream<TRecord, IterationIn<TTime>> EnterLoop<TRecord>(
	Stream<TRecord, TTime> stream
)

Parameters

stream
Type: Microsoft.Research.NaiadStreamTRecord, TTime
stream

Type Parameters

TRecord
record type

Return Value

Type: StreamTRecord, IterationInTTime
the same stream with an addition time coordinate
See Also

Reference