| 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.3
Syntax ITransactionalMultiMap<TKey, TValue> GetMultiMap<TKey, TValue>(
string name
)
Function GetMultiMap(Of TKey, TValue) (
name As String
) As ITransactionalMultiMap(Of TKey, TValue)
generic<typename TKey, typename TValue>
ITransactionalMultiMap<TKey, TValue>^ GetMultiMap(
String^ name
)
abstract GetMultiMap :
name : string -> ITransactionalMultiMap<'TKey, 'TValue>
Parameters
- name
- Type: SystemString
name of the multimap
Type Parameters
- TKey
- TValue
Return Value
Type:
ITransactionalMultiMapTKey,
TValuetransactional multimap instance with the specified name
Remarks Returns the transactional multimap instance with the specified name.
See Also