[This is preliminary documentation and is subject to change.]
Returns an empty time.
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 Empty Meet( Empty other )
Parameters
- other
- Type: Microsoft.Research.Naiad.DataflowEmpty
The other time.
Return Value
Type: EmptyAn empty time.
Implements
TimeTTimeMeet(TTime)See Also