PriorityQueue TValue  SyncRoot Property NetworkComms.Net Help
Gets an object that can be used to synchronize access to the PriorityQueue. Throws an exception as all access is explicitly thread safe.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public Object SyncRoot { get; }

Property Value

Type: OnlineObject
See Also