Click or drag to resize

DoubleBufferedQueueProducerT Class

A producer for a DoubleBufferedQueueT which can only be used to provide items to the queue for consumption.
Inheritance Hierarchy
SystemObject
  GSF.CollectionsDoubleBufferedQueueProducerT

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public class DoubleBufferedQueueProducer<T> : IDisposable
View Source

Type Parameters

T
The type of the items produced to the queue.

The DoubleBufferedQueueProducerT type exposes the following members.

Methods
 NameDescription
Public methodDispose Releases all the resources used by the DoubleBufferedQueueProducerT object.
Protected methodDispose(Boolean) Releases the unmanaged resources used by the DoubleBufferedQueueProducerT object and optionally releases the managed resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Releases the unmanaged resources before the DoubleBufferedQueueProducerT object is reclaimed by GC.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodProduce Produces a collection of items to be processed by the consumer.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also