Click or drag to resize

DispatchQueue<T> Class

A dispatch queue that can either dispatch serially or concurrently.
Inheritance Hierarchy
System.Object
  FM.IceLink.DispatchQueue<T>

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The DispatchQueue<T> type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyQueueCount
Gets the number of items still in the queue.
Top
Methods
  NameDescription
Public methodEnqueue
Enqueues a new item to be run.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWaitForDrain
Blocks until the queue is empty.
Top
See Also