Click or drag to resize

GraphBase<TVertex, TEdge>.PerformSyncedAction Method

Overload List
  NameDescription
Protected methodPerformSyncedAction(Action)
Performs the specified action, either inside a lock on SyncRoot if this graph is Synchronized, or normally, if the graph isn't synchronized.
Protected methodPerformSyncedAction<T>(Func<T>)
Performs the specified action, either inside a lock on SyncRoot if this graph is Synchronized, or normally, if the graph isn't synchronized.
Top
See Also