Syntax
| C# |
|---|
public static class Scope |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class Scope |
| Visual C++ |
|---|
public ref class Scope abstract sealed |
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
| IsAck |
True if acknowledgements are required for the given scope.
| |
| IsDistributed |
True if the given scope is one of the distributed scopes.
| |
| IsDistributedAck |
True if the given scope is distributed-ack.
| |
| IsDistributedNoAck |
True if the given scope is distributed-no-ack.
| |
| IsLocal |
True if the given scope is local.
|
See Also
GemStone.GemFire.Cache Namespace