Appccelerate.StateMachine.Machine.GuardHolders.ArgumentLessGuardHolder.Execute C# (CSharp) Méthode

Execute() public méthode

Executes the guard.
public Execute ( object argument ) : bool
argument object The state machine event argument.
Résultat bool
        public bool Execute(object argument)
        {
            return this.guard();
        }