| ITransactionalMapTKey, TValueRemove Method (Object) |
Transactional implementation of
Remove(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.9.3
Syntax TValue Remove(
Object key
)
Function Remove (
key As Object
) As TValue
TValue Remove(
Object^ key
)
abstract Remove :
key : Object -> 'TValue
Parameters
- key
- Type: SystemObject
Return Value
Type:
TValueSee Also