[This is preliminary documentation and is subject to change.]
Applies the given action to the records in this collection once for each timestamp on each worker, for monitoring.
Namespace: Microsoft.Research.Naiad.Frameworks.DifferentialDataflow
Assembly: Microsoft.Research.Naiad.DifferentialDataflow (in Microsoft.Research.Naiad.DifferentialDataflow.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
Collection<TRecord, TTime> Monitor( Action<int, List<Pair<Weighted<TRecord>, TTime>>> action )
Parameters
- action
- Type: SystemActionInt32, ListPairWeightedTRecord, TTime
The action to apply to each group of records, and the respective worker index.
Return Value
Type: CollectionTRecord, TTimeThe input collection.
See Also