IPersistenceManagerTKey, TValueDestroy Method |
Destroys the entry specified by the key in the argument.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxSub Destroy (
key As TKey
)
abstract Destroy :
key : 'TKey -> unit
Parameters
- key
- Type: TKey
key of the entry which is being destroyed.
See Also