True if the given scope is one of the distributed scopes.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public static bool IsDistributed( ScopeType type ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function IsDistributed ( _ type As ScopeType _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsDistributed ( ScopeType type ) |
Parameters
- type
- ScopeType
scope
Return Value
true if other than Local; could be Invalid
See Also
Scope Class
GemStone.GemFire.Cache Namespace