ITransactionalMapK, VPut Method (K, V, Int64, TimeUnit)Hazelcast .Net Client Class Library

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

V Put(
	K key,
	V value,
	long ttl,
	TimeUnit timeunit
)

Parameters

key
Type: K
value
Type: V
ttl
Type: SystemInt64
timeunit
Type: Hazelcast.CoreTimeUnit

Return Value

Type: V
See Also

Reference