[This is preliminary documentation and is subject to change.]
Introduces a batch of values to this collection in a new Epoch.
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#
void OnNext( IEnumerable<Weighted<TRecord>> values )
Parameters
- values
- Type: System.Collections.GenericIEnumerableWeightedTRecord
The records to be added or removed.
Implements
IObserverTOnNext(T)See Also