True if the given scope is distributed-no-ack.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public static bool IsDistributedNoAck( ScopeType type ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function IsDistributedNoAck ( _ type As ScopeType _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsDistributedNoAck ( ScopeType type ) |
Parameters
- type
- ScopeType
scope
Return Value
true if DistributedNoAck
See Also
Scope Class
GemStone.GemFire.Cache Namespace