| ITransactionalSetERemove Method |
Add item from transactional set
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax Function 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