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