Click or drag to resize

ITransactionalListEAdd Method

Add new item to transactional list

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
bool Add(
	E e
)

Parameters

e
Type: E
item

Return Value

Type: Boolean
true if item is added successfully
See Also