Table of Contents

Class ForEach<TKey, TValue>

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

Base class for an invocation handler that does not take a parameter and does not return a value.

public abstract class ForEach<TKey, TValue> : InvokeHandler<TKey, TValue>

Type Parameters

TKey

Type of key used in the Cache<TKey, TValue> that is associated with this invoke handler.

TValue

Type of value that is stored in the Cache<TKey, TValue> associated with this invoke handler.

Inheritance
InvokeHandler<TKey, TValue>
ForEach<TKey, TValue>
Inherited Members

Methods

Evaluate(TKey, OperationContext<TKey, TValue>)

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

See Also