![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | ITransactionalSetERemove Method |
Add item from transactional set
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
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