Returns the distributed list instance with the specified name.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- name
- Type: SystemString
name of the distributed list
Type Parameters
- E
- The type of elements in the list
Return Value
Type: IHListEdistributed list instance with the specified name
Remarks
See Also