QueryConditionTKey, TValueCheckCondition Method

ScaleOut Software NamedCache API
Checks if the key/value pair matches the query condition. Needs to be defined in a derived class before to execute the query.

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

public abstract bool CheckCondition(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key of the element.
value
Type: TValue
The value for the key.

Return Value

Type: Boolean
true if passed key and value match the query condition, false otherwise.
See Also

Reference