[This is preliminary documentation and is subject to change.]
Restores the state of this vertex from the given reader.
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 override void Restore( NaiadReader reader )
Parameters
- reader
- Type: Microsoft.Research.Naiad.SerializationNaiadReader
The reader.
See Also