Asgard.BaseSystem.Stop C# (CSharp) Method

Stop() public method

public Stop ( ) : bool
return bool
        public virtual bool Stop()
        {
            return true;
        }