Click or drag to resize

DoubleBufferedQueueManager<T> .GetProducer Method

Creates a producer used to produce items to the consumer of this DoubleBufferedQueueManager<T>.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntax
public DoubleBufferedQueueProducer<T> GetProducer()
View Source

Return Value

DoubleBufferedQueueProducer<T>
A DoubleBufferedQueueProducer<T> used to produce items to the consumer.
See Also