ITransactionalListERemove Method Hazelcast .Net Client Class Library
Add item from transactional list

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

bool Remove(
	E e
)

Parameters

e
Type: E
item

Return Value

Type: Boolean
true if item is remove successfully
See Also

Reference