AttributesFactorySetScope Method |
Note: This API is now obsolete.
Sets the scope for the next RegionAttributes created.
Namespace: GemStone.GemFire.CacheAssembly: 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
)
<ObsoleteAttribute("This method is obsolete since 3.5")>
Public Sub SetScope (
scopeType As ScopeType
)
public:
[ObsoleteAttribute(L"This method is obsolete since 3.5")]
void SetScope(
ScopeType scopeType
)
[<ObsoleteAttribute("This method is obsolete since 3.5")>]
member SetScope :
scopeType : ScopeType -> unit
Parameters
- scopeType
- Type: GemStone.GemFire.CacheScopeType
the type of scope to use for the region
See Also