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