[This is preliminary documentation and is subject to change.]
Populates a Pointstamp from this epoch.
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 int Populate( ref Pointstamp pointstamp )
Parameters
- pointstamp
- Type: Microsoft.Research.Naiad.Runtime.ProgressPointstamp
The Pointstamp to be populated.
Return Value
Type: Int32The number of coordinates populated (i.e. one).
Implements
TimeTTimePopulate(Pointstamp)See Also