EpochMeet Method Naiad Help

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

Returns the earlier of this and the other epochs.

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 Epoch Meet(
	Epoch other
)

Parameters

other
Type: Microsoft.Research.Naiad.DataflowEpoch
The other epoch.

Return Value

Type: Epoch
The earlier of this and the other epochs.

Implements

TimeTTimeMeet(TTime)
See Also

Reference