Click or drag to resize
SubGraphViewTVertex, TEdgePerformSyncedAction Method
Overload List
  NameDescription
Protected methodPerformSyncedAction(Action)
Performs the specified action, either inside a lock on MainGraph.SyncRoot if thegraph is Synchronized, or normally, if the graph isn't synchronized.
Protected methodPerformSyncedActionT(FuncT)
Performs the specified action, either inside a lock on MainGraph.SyncRoot if the graph is Synchronized, or normally, if the graph isn't synchronized.
Top
See Also