IEntryProcessorTKey, TValueProcess Method Hazelcast .Net Client Class Library
Process the entry without worrying about concurrency.

Namespace: Hazelcast.Map
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax

Object Process(
	KeyValuePair<TKey, TValue> entry
)

Parameters

entry
Type: System.Collections.GenericKeyValuePairTKey, TValue
entry to be processes

Return Value

Type: Object
result of the process
Remarks

Process the entry without worrying about concurrency.

See Also

Reference