VTimeZoneCollectionSyncRoot Property

ICollection.SyncRoot implementation

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public Object SyncRoot { get; }

Property Value

Object

Implements

ICollectionSyncRoot

Remarks

This provides a less efficient way of synchronizing access to the collection

See Also