EntityHistory.SyncRoot Property |
Gets an object that can be used to synchronize access to the
EntityHistory
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Object SyncRoot { get; }
Public ReadOnly Property SyncRoot As Object
Get
public:
property Object^ SyncRoot {
Object^ get ();
}
member SyncRoot : Object with get
Property Value
Type:
Object
See Also