Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class FixedSizedQueue<T>

OptimaJet.Workflow.Core.Utils.FixedSizedQueue<T>

public class FixedSizedQueue<T> : ConcurrentQueue<T>, IProducerConsumerCollection<T>, ICollection, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable

Inheritance

  • System.Object
  • System.Collections.Concurrent.ConcurrentQueue{{T}}

Implemented Interfaces

  • System.Collections.Concurrent.IProducerConsumerCollection{{T}}
  • System.Collections.ICollection
  • System.Collections.Generic.IReadOnlyCollection{{T}}
  • System.Collections.Generic.IEnumerable{{T}}
  • System.Collections.IEnumerable

Constructors

public FixedSizedQueue(int size) #

Parameters

Name
Type
Description
size
Int32

Properties

Name
Type
Size #
Int32

Methods

public void Enqueue(T obj) #

Parameters

Name
Type
Description
obj
{T}