VertexUpdateReachability Method Naiad Help

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

The worker will invoke this method periodically to indicate progress through the computation, and enable (for example) garbage-collection code to run.

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#
protected internal virtual void UpdateReachability(
	List<Pointstamp> pointstamps
)

Parameters

pointstamps
Type: System.Collections.GenericListPointstamp
List of the minimal pointstamps at which this vertex could be reached.
Remarks

Classes overriding this method must call base.UpdateReachability(pointstamps).
See Also

Reference