[This is preliminary documentation and is subject to change.]
Enumerates (and destroys) input records associated with the given time.
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 IEnumerable<TRecord> GetRecordsAt( TTime time )
Parameters
- time
- Type: TTime
time
Return Value
Type: IEnumerableTRecordThe sequence of input records associated with the given time.
See Also