Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a ExtractorEventTransformer that transforms CacheEventArgs's values based on the specified method name.

Namespace: Tangosol.Util.Transformer
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public ExtractorEventTransformer(
	string methodName
)

Parameters

methodName
Type: System..::..String
The name of the method to invoke via reflection.

Remarks

The name could be a comma-delimited sequence of method names which will result in a MultiExtractor that is based on a corresponding array of IValueExtractor objects; individual array elements will be either ReflectionExtractor or ChainedExtractor objects.

Note: The specified extractor will be applied to both old and new values.

See Also