NamedMapInvokableTKey, TValue, TParam, TResultEval Property

ScaleOut Software NamedCache API
Returns the user defined Eval delegate which has to specified in the public class constructor.

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

public Func<TKey, TValue, TParam, TResult> Eval { get; }

Return Value

Type: FuncTKey, TValue, TParam, TResult
The result object of a type TResult or null in case the key evaluation does not have any result.
See Also

Reference