True if acknowledgements are required for the given scope.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static bool IsAck(
ScopeType type
)
Public Shared Function IsAck (
type As ScopeType
) As Boolean
public:
static bool IsAck(
ScopeType type
)
static member IsAck :
type : ScopeType -> bool
Parameters
- type
- Type: GemStone.GemFire.CacheScopeType
scope
Return Value
Type:
Boolean
true if
DistributedAck, false otherwise
See Also