True if acknowledgements are required for the given scope.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public static bool IsAck( ScopeType type ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function IsAck ( _ type As ScopeType _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsAck ( ScopeType type ) |
Parameters
- type
- ScopeType
scope
Return Value
true if DistributedAck, false otherwise
See Also
Scope Class
GemStone.GemFire.Cache Namespace