DataCacheGetObjectsInRegion Method Windows Server AppFabric Caching Compatibility Library
Gets a list of all objects stored in the specified region.

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>> GetObjectsInRegion(
	string region
)

Parameters

region
Type: SystemString
The name of the region.

Return Value

Type: IEnumerableKeyValuePairString, Object
An enumerable list of all objects stored in the specified region.
See Also

Reference