PriorityQueue TValue  PropertiesNetworkComms.Net Help
The PriorityQueue TValue  type exposes the following members.
Properties

  NameDescription
Public propertyCount
The total number of items currently queued.
Public propertyIsSynchronized
Gets a value indicating whether access to the PriorityQueue is synchronized (thread safe). Always returns true.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the PriorityQueue. Throws an exception as all access is explicitly thread safe.
Back to Top
See Also