Click or drag to resize
RegionRemove Method (ICacheableKey, Serializable, IGFSerializable)

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public bool Remove(
	ICacheableKey key,
	Serializable value,
	IGFSerializable callbackArg
)

Parameters

key
Type: GemStone.GemFire.CacheICacheableKey
value
Type: GemStone.GemFire.CacheSerializable
callbackArg
Type: GemStone.GemFire.CacheIGFSerializable

Return Value

Type: Boolean
See Also