[This is preliminary documentation and is subject to change.]
Extracts a stream from a loop context
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, TTime> ExitLoop<TRecord>( Stream<TRecord, IterationIn<TTime>> stream, int iterationNumber )
Parameters
- stream
- Type: Microsoft.Research.NaiadStreamTRecord, IterationInTTime
the stream - iterationNumber
- Type: SystemInt32
the iteration to extract
Type Parameters
- TRecord
- record type
Return Value
Type: StreamTRecord, TTimeA stream containing records in the corresponding iteration
See Also