EmptyPopulate Method Naiad Help

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

Populates a Pointstamp with an empty timestamp.

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: Int32
The number of coordinates populated (i.e. zero).

Implements

TimeTTimePopulate(Pointstamp)
See Also

Reference