Click or drag to resize

VersionedPutAllprocessEntry Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Process the given entry.

Namespace:  Tangosol.Util.Processor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected Object processEntry(
	IInvocableCacheEntry entry,
	IDictionary mapAll,
	bool insert,
	bool ret
)

Parameters

entry
Type: Tangosol.Net.CacheIInvocableCacheEntry
The IInvocableCacheEntry to process.
mapAll
Type: System.CollectionsIDictionary
The map of new values.
insert
Type: SystemBoolean
Specifies whether or not an insert is allowed.
ret
Type: SystemBoolean
Specifies whether or not a return value is required.

Return Value

Type: Object
The result of the processing, if any.
See Also