Click or drag to resize

ITransactionalTaskContextGetMultiMapTKey, TValue Method

Returns the transactional multimap instance with the specified name.

Namespace:  Hazelcast.Transaction
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
ITransactionalMultiMap<TKey, TValue> GetMultiMap<TKey, TValue>(
	string name
)

Parameters

name
Type: SystemString
name of the multimap

Type Parameters

TKey
TValue

Return Value

Type: ITransactionalMultiMapTKey, TValue
transactional multimap instance with the specified name
Remarks
Returns the transactional multimap instance with the specified name.
See Also