Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Destroy an existing index and remove it from the given dictionary of indexes.

Namespace: Tangosol.Util.Extractor
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public ICacheIndex DestroyIndex(
	IDictionary dict
)

Parameters

dict
Type: System.Collections..::..IDictionary
IDictionary to be updated by removing the index being destroyed.

Return Value

The destroyed index; null if the index does not exist.

Implements

IIndexAwareExtractor..::..DestroyIndex(IDictionary)

See Also