Click or drag to resize

ITransactionalTaskContextGetMapTKey, TValue Method

Returns the transactional distributed map instance with the specified name.

Namespace:  Hazelcast.Transaction
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
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