Datum Aggregate Method NFX Class Library

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

Aggregates events, for example from multiple threads into one

Namespace: NFX.Instrumentation
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Datum Aggregate(
	IEnumerable<Datum> many
)

Parameters

many
Type: OnlineSystem.Collections.Generic IEnumerable Datum 

Return Value

Type: Datum
See Also