Click or drag to resize

CacheListenerSupportConvertEvent Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Convert the specified cache event into another CacheEventArgs that ensures the lazy event data conversion using the specified converters.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static CacheEventArgs ConvertEvent(
	CacheEventArgs evt,
	IObservableCache cacheConv,
	IConverter convKey,
	IConverter convVal
)

Parameters

evt
Type: Tangosol.Net.CacheCacheEventArgs
The cache event.
cacheConv
Type: Tangosol.Net.CacheIObservableCache
The source for the converted event.
convKey
Type: Tangosol.UtilIConverter
(Optional) the key IConverter.
convVal
Type: Tangosol.UtilIConverter
(Optional) the value IConverter.

Return Value

Type: CacheEventArgs
The converted CacheEventArgs object.
See Also