NamedMapInvokableTKey, TValue, TParam, TResultMerge Property

ScaleOut Software NamedCache API
Returns the Merge delegate defined as the method for merging two invocation results into one.

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

public Func<TResult, TResult, TParam, TResult> Merge { get; }

Return Value

Type: FuncTResult, TResult, TParam, TResult
The merge result of a type TResult or null in case there were no result produced.
See Also

Reference