Beispiel #1
0
        public static bool ReleaseChainLock(IContainerOwner owner, string lockEtag)
        {
            string lockLocation = GetLockLocation(owner);

            return(StorageSupport.ReleaseLogicalLockByDeletingBlob(lockLocation, lockEtag));
        }