DataCacheCreateRegion Method Windows Server AppFabric Caching Compatibility Library
Creates a 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 CreateRegion(
	string region
)

Parameters

region
Type: SystemString
The region name that is created.

Return Value

Type: Boolean
Returns true if the region was created successfully or false if the region already exists.
See Also

Reference