Click or drag to resize

FilterTrigger Constructor (IFilter, FilterTriggerActionCode)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct a FilterTrigger based on the specified IFilter object and the action code.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public FilterTrigger(
	IFilter filter,
	FilterTriggerActionCode action
)

Parameters

filter
Type: Tangosol.UtilIFilter
The underlying IFilter.
action
Type: Tangosol.Util.FilterFilterTriggerActionCode
One of the FilterTriggerActionCode values.
See Also