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