Click or drag to resize

IHazelcastInstanceGetListT Method

Returns the distributed list instance with the specified name.

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