ITransactionalMapK, VReplace Method (K, V, V)Hazelcast .Net Client Class Library

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

bool Replace(
	K key,
	V oldValue,
	V newValue
)

Parameters

key
Type: K
oldValue
Type: V
newValue
Type: V

Return Value

Type: Boolean
See Also

Reference