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