Enumerated type for region distribution scope.
Contains values for setting Scope.
@nativeclient
For Native Clients:
Local scope is invalid (it is a non-native client local region), and
DistributedAck and DistributedNoAck have the same behavior.
@endnativeclient
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public enum ScopeType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ScopeType |
| Visual C++ |
|---|
public enum class ScopeType |
Members
| Member name | Description | |
|---|---|---|
| Invalid | Invalid scope. | |
| Global |
Distribute with full interprocess synchronization
-- NOT IMPLEMENTED.
| |
| DistributedAck |
Distribute and wait for all peers to acknowledge.
| |
| DistributedNoAck |
Distribute without waiting for acknowledgement.
| |
| Local | No distribution. |
See Also
GemStone.GemFire.Cache Namespace