Click or drag to resize

VersionedPutAllprocessEntry Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Process the given entry.

Namespace:  Tangosol.Util.Processor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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