IHazelcastInstanceGetListT Method Hazelcast .Net Client Class Library
Returns the distributed list instance with the specified name.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax

IHList<T> GetList<T>(
	string name
)

Parameters

name
Type: SystemString
name of the distributed list

Type Parameters

T
The type of elements in the list

Return Value

Type: IHListT
distributed list instance with the specified name
Remarks

Returns the distributed list instance with the specified name. Index based operations on the list are not supported.
See Also

Reference