Click or drag to resize

AdvancedWordCountAggregateCounts Method

Aggregates the counts.

Namespace:  Ookii.Jumbo.Jet.Samples
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public static int AggregateCounts(
	string key,
	int oldValue,
	int newValue
)

Parameters

key
Type: SystemString
The key.
oldValue
Type: SystemInt32
The old value.
newValue
Type: SystemInt32
The new value.

Return Value

Type: Int32
The sum of the old and new value.
See Also