VTime Zone CollectionRelease Reader Lock Method
This is used to free a reader lock previously acquired by calling AcquireReaderLock(Int32, Boolean)
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 void ReleaseReaderLock()VB
Public Sub ReleaseReaderLockC++
public:
void ReleaseReaderLock()F#
member ReleaseReaderLock : unit -> unit