ArchiveListAcquireEditLock Method
Returns an IDisposable class that can be used to edit the contents of this list.
WARNING: Make changes quickly and dispose the returned class. All calls to this class are blocked while
editing this class.
Namespace: SnapDB.Snap.ServicesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
function AcquireEditLock();
Return Value
ArchiveListEditorAn instance of ArchiveListEditor representing the acquired edit lock.