Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Transform the specified CacheEventArgs.
Namespace:
Tangosol.Util.FilterAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public virtual CacheEventArgs Transform( CacheEventArgs evt ) |
Parameters
- evt
- Type: Tangosol.Net.Cache..::.CacheEventArgs
The original CacheEventArgs object.
Return Value
Modified CacheEventArgs object or null to discard the event.Implements
ICacheEventTransformer..::.Transform(CacheEventArgs)
Remarks
The values contained by the returned CacheEventArgs object
will be the ones given (sent) to the corresponding listener.