CombinerMK, MVCombine Method

ScaleOut Software NamedCache API
Combines multiple values for a key into a single key's value.

Namespace:  Soss.Client.Concurrent.MapReduce
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public abstract MV Combine(
	MK key,
	IEnumerable<MV> values
)

Parameters

key
Type: MK
Current key.
values
Type: System.Collections.GenericIEnumerableMV
Key's values.

Return Value

Type: MV
The resulting combined value for provided key.
See Also

Reference