Click or drag to resize
RegionContainsKeyOnServer Method
check to see if the key is present on the server

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public bool ContainsKeyOnServer(
	CacheableKey key
)

Parameters

key
Type: GemStone.GemFire.CacheCacheableKey

Return Value

Type: Boolean
See Also