PersistenceManagerGenericTKey, TValuedestroy Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual void destroy(
[T:gemfire.SharedPtr<gemfire::CacheableKey>]* key
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
virtual void destroy(
[T:gemfire.SharedPtr<gemfire::CacheableKey>]* key
)
F# does not support APIs that consume or return unsafe types.
Parameters
- key
- Type: [T:gemfire.SharedPtr<gemfire::CacheableKey>]IsImplicitlyDereferenced*
Implements
IPersistenceManagerProxydestroy(SharedPtr<gemfire::CacheableKey>*)
See Also