ScopeIsDistributed Method |
True if the given scope is one of the distributed scopes.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static bool IsDistributed(
ScopeType type
)
Public Shared Function IsDistributed (
type As ScopeType
) As Boolean
public:
static bool IsDistributed(
ScopeType type
)
static member IsDistributed :
type : ScopeType -> bool
Parameters
- type
- Type: GemStone.GemFire.CacheScopeType
scope
Return Value
Type:
Boolean
true if other than
Local; could be
Invalid
See Also