Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Destroy an existing index and remove it from the given dictionary of indexes.

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

Syntax

C#
ICacheIndex DestroyIndex(
	IDictionary dict
)

Parameters

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

Return Value

[Missing <returns> documentation for "M:Tangosol.Util.Extractor.IIndexAwareExtractor.DestroyIndex(System.Collections.IDictionary)"]

See Also