Click or drag to resize

ITransactionalTaskContextGetQueueT Method

Returns the transactional queue instance with the specified name.

Namespace:  Hazelcast.Transaction
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
ITransactionalQueue<T> GetQueue<T>(
	string name
)

Parameters

name
Type: SystemString
name of the queue

Type Parameters

T

Return Value

Type: ITransactionalQueueT
transactional queue instance with the specified name
Remarks
Returns the transactional queue instance with the specified name.
See Also