  | ITransactionalSetERemove Method  | 
 Add item from transactional set
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
SyntaxFunction Remove ( 
	e As E
) As Boolean
abstract Remove : 
        e : 'E -> bool 
Parameters
- e
 - Type: E
item 
Return Value
Type: 
Booleantrue if item is remove successfully
See Also