DataCacheGetObjectsByAllTags Method Windows Server AppFabric Caching Compatibility Library
Gets list of all objects in the region that have all specified tags in common.

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

public IEnumerable<KeyValuePair<string, Object>> GetObjectsByAllTags(
	IEnumerable<DataCacheTag> tags,
	string region
)

Parameters

tags
Type: System.Collections.GenericIEnumerableDataCacheTag
A list of tags to match the objects.
region
Type: SystemString
The name of the region where to search for matching objects.

Return Value

Type: IEnumerableKeyValuePairString, Object
An enumerable list of all cached objects in the specified region that have all the same tags in common.
See Also

Reference