Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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

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

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