Returns the transactional multimap instance with the specified name.
Namespace: Hazelcast.TransactionAssembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
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
Returns the transactional multimap instance with the specified name.
Reference