IContextK, VEmit Method

ScaleOut Software NamedCache API
Emits a single key-value pair to be processed further in the MapReduce pipeline.

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

void Emit(
	K key,
	V value
)

Parameters

key
Type: K
Key to emit.
value
Type: V
Value to emit.
See Also

Reference