DataCacheRemoveRegion Method Windows Server AppFabric Caching Compatibility Library
Deletes a region and removes cached objects inside the 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 bool RemoveRegion(
	string region
)

Parameters

region
Type: SystemString
The region name that needs to be removed.

Return Value

Type: Boolean
Returns true if the region was removed successfully, otherwise it returns false.
See Also

Reference