CollectionTRecord, TTimeDistinct Method Naiad Help

[This is preliminary documentation and is subject to change.]

Computes the set of distinct records in this 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> Distinct()

Return Value

Type: CollectionTRecord, TTime
The collection of distinct records.
See Also

Reference