Click or drag to resize
ScopeIsDistributedNoAck Method
True if the given scope is distributed-no-ack.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static bool IsDistributedNoAck(
	ScopeType type
)

Parameters

type
Type: GemStone.GemFire.CacheScopeType
scope

Return Value

Type: Boolean
true if DistributedNoAck
See Also