Microsoft.Zing.Process.DoCheckout C# (CSharp) Méthode

DoCheckout() public méthode

public DoCheckout ( object currentUle ) : void
currentUle object
Résultat void
        public void DoCheckout(object currentUle)
        {
            ProcessULE pULE = (ProcessULE)currentUle;

            // cloned components
            atomicityLevel = pULE.atomicityLevel;
            middleOfTransition = pULE.middleOfTransition;
            choicePending = pULE.choicePending;
            lastFunctionCompleted = pULE.lastFunctionCompleted;

            // undoable ones -- do nothing
        }