IterationInTTime Constructor Naiad Help

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

Constructs a new timestamp from an outer time and the given loop counter.

Namespace: Microsoft.Research.Naiad.Dataflow
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public IterationIn(
	TTime outerTime,
	int iteration
)

Parameters

outerTime
Type: TTime
The outer time.
iteration
Type: SystemInt32
The loop counter.
See Also

Reference