Appccelerate.StateMachine.Machine.GuardHolders.ArgumentLessGuardHolder.Execute C# (CSharp) Method

Execute() public method

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