Click or drag to resize

ProcessQueue Properties

The ProcessQueue type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the Queue.
(Inherited from Queue.)
Public propertyCurrentItem
Gets the ProcessQueuedItem that is currently being processed.
Public propertyIsSynchronized
Gets a value indicating whether access to the Queue is synchronized (thread safe).
(Inherited from Queue.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the Queue.
(Inherited from Queue.)
Top
See Also