![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | ITransactionalListEAdd Method |
Add new item to transactional list
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxFunction Add (
e As E
) As Boolean
abstract Add :
e : 'E -> bool
Parameters
- e
- Type: E
item
Return Value
Type:
Booleantrue if item is added successfully
See Also