Click or drag to resize

HazelcastClientGetQueueT Method

Returns the distributed queue instance with the specified name.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public IQueue<T> GetQueue<T>(
	string name
)

Parameters

name
Type: SystemString
name of the distributed queue

Type Parameters

T
The type of elements in the queue.

Return Value

Type: IQueueT
distributed queue instance with the specified name

Implements

IHazelcastInstanceGetQueueT(String)
Remarks
Returns the distributed queue instance with the specified name.
See Also