VertexAddOnFlushAction Method Naiad Help

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

Adds a Action to be called each time the vertex Flush method is called.

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 void AddOnFlushAction(
	Action onFlush
)

Parameters

onFlush
Type: SystemAction
The flush action.
See Also

Reference