[This is preliminary documentation and is subject to change.]
Returns a per-time buffer with for records with a single time, using which records may be sent.
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 VertexOutputBufferPerTime<TRecord, TTime> GetBufferForTime( TTime time )
Parameters
- time
- Type: TTime
The constant time.
Return Value
Type: VertexOutputBufferPerTimeTRecord, TTimeA new per-time buffer.
See Also