Appccelerate.StateMachine.Machine.GuardHolders.ArgumentLessGuardHolder.Execute C# (CSharp) 메소드

Execute() 공개 메소드

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