[This is preliminary documentation and is subject to change.]
Computes the concatenation of this collection and the other collection.
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> Concat( Collection<TRecord, TTime> other )
Parameters
- other
- Type: Microsoft.Research.Naiad.Frameworks.DifferentialDataflowCollectionTRecord, TTime
The other collection.
Return Value
Type: CollectionTRecord, TTimeThe collection containing all records in the two input collections.
Remarks
See Also