Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Construct a negation filter.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public NotFilter(
	IFilter filter
)

Parameters

filter
Type: Tangosol.Util..::.IFilter
The filter whose results this IFilter negates.

See Also