IterationInTTimeJoin Method Naiad Help

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

Returns the later of this and the other timestamps.

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> Join(
	IterationIn<TTime> other
)

Parameters

other
Type: Microsoft.Research.Naiad.DataflowIterationInTTime
The other timestamp.

Return Value

Type: IterationInTTime
The later of this and the other timestamps.

Implements

TimeTTimeJoin(TTime)
See Also

Reference