ITransactionalTaskContextGetMapTKey, TValue Method Hazelcast .Net Client Class Library
Returns the transactional distributed map instance with the specified name.

Namespace: Hazelcast.Transaction
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

ITransactionalMap<TKey, TValue> GetMap<TKey, TValue>(
	string name
)

Parameters

name
Type: SystemString
name of the distributed map

Type Parameters

TKey
TValue

Return Value

Type: ITransactionalMapTKey, TValue
transactional distributed map instance with the specified name
Remarks

Returns the transactional distributed map instance with the specified name.
See Also

Reference