Click or drag to resize

HazelcastClientGetListT Method

Returns the distributed list instance with the specified name.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public 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

Implements

IHazelcastInstanceGetListT(String)
Remarks
Returns the distributed list instance with the specified name. Index based operations on the list are not supported.
See Also