[This is preliminary documentation and is subject to change.]
Writes the state of this vertex to the given writer.
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 abstract void Checkpoint( NaiadWriter writer )
Parameters
- writer
- Type: Microsoft.Research.Naiad.SerializationNaiadWriter
The writer.
See Also