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

Constructs a new FilterEventArgs from another FilterEventArgs.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public FilterEventArgs(
	CacheEventArgs evt,
	IFilter[] filters
)

Parameters

evt
Type: Tangosol.Net.Cache..::.CacheEventArgs
The FilterEventArgs object that fired the event.
filters
Type: array< Tangosol.Util..::.IFilter >[]()[]
An array of filters that caused this event.

See Also