ITransactionalListEAdd Method Hazelcast .Net Client Class Library
Add new item to transactional list

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax

bool Add(
	E e
)

Parameters

e
Type: E
item

Return Value

Type: Boolean
true if item is added successfully
See Also

Reference