Click or drag to resize
ScopeType Enumeration
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.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
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