Table of Contents

Class InvokeHandler<TKey, TValue>

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

For internal use only. Base class for invocation handler callbacks.

public abstract class 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>
Derived
Inherited Members