ScopeIsDistributedAck Method |
True if the given scope is distributed-ack.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static bool IsDistributedAck(
ScopeType type
)
Public Shared Function IsDistributedAck (
type As ScopeType
) As Boolean
public:
static bool IsDistributedAck(
ScopeType type
)
static member IsDistributedAck :
type : ScopeType -> bool
Parameters
- type
- Type: GemStone.GemFire.CacheScopeType
scope
Return Value
Type:
Booleantrue if
DistributedAck
See Also