![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | ITransactionalMapTKey, TValueDelete Method |
Transactional implementation of
Delete(Object)
.
The object to be deleted 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.2
Syntaxvoid Delete(
Object key
)
Sub Delete (
key As Object
)
void Delete(
Object^ key
)
abstract Delete :
key : Object -> unit
Parameters
- key
- Type: SystemObject
See Also