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

Namespace: Hazelcast.Transaction
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

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

Parameters

name
Type: SystemString
name of the list

Type Parameters

E

Return Value

Type: ITransactionalListE
transactional list instance with the specified name
Remarks

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

Reference