  | ITransactionalSetEAdd Method  | 
 Add new item to transactional set
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.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