Returns the transactional distributed map instance with the specified name.
Namespace: Hazelcast.Transaction
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- name
- Type: SystemString
name of the distributed map
Type Parameters
- K
- V
Return Value
Type: ITransactionalMapK, Vtransactional distributed map instance with the specified name
Remarks
See Also