ITransactionalTaskContextGetSetT Method Hazelcast .Net Client Class Library
Returns the transactional set instance with the specified name.

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

ITransactionalSet<T> GetSet<T>(
	string name
)

Parameters

name
Type: SystemString
name of the set

Type Parameters

T

Return Value

Type: ITransactionalSetT
transactional set instance with the specified name
Remarks

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

Reference