| ITransactionalMapTKey, TValueRemove Method (Object, Object) |
Transactional implementation of
Remove(Object, Object)
.
The object to be removed will be removed from only the current transaction context until the transaction is committed.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax bool Remove(
Object key,
Object value
)
Function Remove (
key As Object,
value As Object
) As Boolean
bool Remove(
Object^ key,
Object^ value
)
abstract Remove :
key : Object *
value : Object -> bool
Parameters
- key
- Type: SystemObject
- value
- Type: SystemObject
Return Value
Type:
BooleanSee Also