예제 #1
0
        public static bool AcquireChainLock(IContainerOwner owner, out string lockEtag)
        {
            string lockLocation = GetLockLocation(owner);

            return(StorageSupport.AcquireLogicalLockByCreatingBlob(lockLocation, out lockEtag));
        }