Click or drag to resize
Scope Class

Note: This API is now obsolete.

Static class containing convenience methods for ScopeType.
Inheritance Hierarchy
SystemObject
  GemStone.GemFire.CacheScope

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public static class Scope

The Scope type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsAck
True if acknowledgements are required for the given scope.
Public methodStatic memberIsDistributed
True if the given scope is one of the distributed scopes.
Public methodStatic memberIsDistributedAck
True if the given scope is distributed-ack.
Public methodStatic memberIsDistributedNoAck
True if the given scope is distributed-no-ack.
Public methodStatic memberIsLocal
True if the given scope is local.
Top
See Also

Reference

[!:RegionAttributes.Scope]
[!:AttributesFactory.SetScope]