IQueueTPut Method Hazelcast .Net Client Class Library
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.8.0.1
Syntax

void Put(
	T e
)

Parameters

e
Type: T
the element to add
See Also

Reference