![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IQueueTPut Method |
Inserts the specified element into this queue, waiting if necessary for space to become available.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxabstract Put :
e : 'T -> unit
Parameters
- e
- Type: T
the element to add
See Also