VertexFlush Method Naiad Help

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

Flushes all buffered state at this vertex.

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 void Flush()
Remarks

To add user-defined buffering, provide a corresponding flush action using the AddOnFlushAction(Action) method.
See Also

Reference