Click or drag to resize

FilterTrigger Constructor (IFilter, FilterTriggerActionCode)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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