[This is preliminary documentation and is subject to change.]
Constructs new input buffer for the given 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#
public VertexInputBuffer( Vertex<TTime> vertex )
Parameters
- vertex
- Type: Microsoft.Research.Naiad.DataflowVertexTTime
The vertex to which this buffer will belong.
See Also