Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Transform the specified CacheEventArgs.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
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.
Remarks
The values contained by the returned CacheEventArgs object
will be the ones given (sent) to the corresponding listener.