EmptyInitializeFrom Method Naiad Help

[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 InitializeFrom(
	Pointstamp pointstamp,
	int length
)

Parameters

pointstamp
Type: Microsoft.Research.Naiad.Runtime.ProgressPointstamp
Ignored.
length
Type: SystemInt32
Ignored.

Return Value

Type: Empty
An empty time.

Implements

TimeTTimeInitializeFrom(Pointstamp, Int32)
See Also

Reference