VTime Zone CollectionSync Root Property
ICollection.SyncRoot implementation
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public Object SyncRoot { get; }VB
Public ReadOnly Property SyncRoot As Object
GetC++
public:
virtual property Object^ SyncRoot {
Object^ get () sealed;
}F#
abstract SyncRoot : Object with get
override SyncRoot : Object with getProperty Value
ObjectImplements
ICollectionSyncRootRemarks
This provides a less efficient way of synchronizing access to the collection