Click or drag to resize

HazelcastClientGetReplicatedMapTKey, TValue Method

Returns the replicated map instance with the specified name.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public IReplicatedMap<TKey, TValue> GetReplicatedMap<TKey, TValue>(
	string name
)

Parameters

name
Type: SystemString
name of the distributed map

Type Parameters

TKey
The type of the keys in the map
TValue
The type of the values in the map

Return Value

Type: IReplicatedMapTKey, TValue
distributed map instance with the specified name

Implements

IHazelcastInstanceGetReplicatedMapTKey, TValue(String)
See Also