IIndexAwareExtractorDestroyIndex Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Destroy an existing index and remove it from the given dictionary
of indexes.
Namespace:
Tangosol.Util.Extractor
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
SyntaxICacheIndex DestroyIndex(
IDictionary dict
)
Parameters
- dict
- Type: System.CollectionsIDictionary
IDictionary to be updated by removing the index being destroyed.
Return Value
Type:
ICacheIndex
The destroyed index;
null if the index does not exist.
See Also