Returns the distributed queue instance with the specified name.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax
Parameters
- name
- Type: SystemString
name of the distributed queue
Type Parameters
- T
- The type of elements in the queue.
Return Value
Type: IQueueTdistributed queue instance with the specified name
Remarks
See Also