GraphBaseTVertex, TEdgeIsSynchronized Property |
Gets a value indicating whether access to the
Vertices and
Edges is synchronized (thread safe). Default: false. Set to true to in the ctor to
make sure the operations on this object are using locks. Use
SyncRoot to lock on the same object as this class' internal operations.
Namespace:
SD.Tools.Algorithmia.Graphs
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax public bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
Property Value
Type:
BooleanSee Also