RegionContainsKeyOnServer Method |
check to see if the key is present on the server
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool ContainsKeyOnServer(
CacheableKey key
)
Public Function ContainsKeyOnServer (
key As CacheableKey
) As Boolean
public:
bool ContainsKeyOnServer(
CacheableKey^ key
)
member ContainsKeyOnServer :
key : CacheableKey -> bool
Parameters
- key
- Type: GemStone.GemFire.CacheCacheableKey
Return Value
Type:
Boolean
See Also