Click or drag to resize

IIndexAwareExtractorDestroyIndex Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntax
C#
ICacheIndex 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