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

Construct a FilterTrigger based on the specified IFilter object and the action code.

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

Syntax

C#
public FilterTrigger(
	IFilter filter,
	FilterTrigger..::.ActionCode action
)

Parameters

filter
Type: Tangosol.Util..::.IFilter
The underlying IFilter.
action
Type: Tangosol.Util.Filter..::.FilterTrigger..::.ActionCode
One of the FilterTrigger..::.ActionCode values.

See Also