Click or drag to resize
AttributesFactorySetScope Method

Note: This API is now obsolete.

Sets the scope for the next RegionAttributes created.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("This method is obsolete since 3.5")]
public void SetScope(
	ScopeType scopeType
)

Parameters

scopeType
Type: GemStone.GemFire.CacheScopeType
the type of scope to use for the region
See Also