NamedMapTKey, TValueGetKeysForValue Method

ScaleOut Software NamedCache API
Searches for a specific value in the map and returns all keys this value is associated with.

Note: this method requires that InvocationGrid is assigned to the NamedMapTKey, TValue.

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

public IEnumerable<TKey> GetKeysForValue(
	TValue value
)

Parameters

value
Type: TValue
The element's value.

Return Value

Type: IEnumerableTKey
The list if keys with matching value.
See Also

Reference