Click or drag to resize
ScopeType Enumeration

Note: This API is now obsolete.

Enumerated type for region distribution scope. Contains values for setting Scope. Local scope is invalid (it is a non-native client local region), and DistributedAck and DistributedNoAck have the same behavior.

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 enum ScopeType
Members
  Member nameValueDescription
Local0No distribution.
DistributedNoAck1 Distribute without waiting for acknowledgement.
DistributedAck2 Distribute and wait for all peers to acknowledge.
Global3 Distribute with full interprocess synchronization -- NOT IMPLEMENTED.
Invalid4Invalid scope.
See Also