Table of Contents

Method Evaluate

Namespace
Scaleout.Client.MethodInvocation
Assembly
Scaleout.Client.dll

Evaluate(TKey, OperationContext<TKey, TValue>)

Abstract. When overridden in a derived class, evaluates an object in the cache.

public abstract void Evaluate(TKey key, OperationContext<TKey, TValue> context)

Parameters

key TKey

Key to the object being evaluated.

context OperationContext<TKey, TValue>

Context of the invoke operation, such as the cache being used and the operation's cancellation token.