ITransactionalTaskContextGetListT Method Hazelcast .Net Client Class Library
Returns the transactional list instance with the specified name.

Namespace: Hazelcast.Transaction
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax

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

Parameters

name
Type: SystemString
name of the list

Type Parameters

T

Return Value

Type: ITransactionalListT
transactional list instance with the specified name
Remarks

Returns the transactional list instance with the specified name.
See Also

Reference