Click or drag to resize

ICacheEventTransformerTransform Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Transform the specified CacheEventArgs.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
CacheEventArgs Transform(
	CacheEventArgs evt
)

Parameters

evt
Type: Tangosol.Net.CacheCacheEventArgs
The original CacheEventArgs object.

Return Value

Type: CacheEventArgs
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.
See Also