Cgw.Common.ServiceInit.Stop C# (CSharp) Method

Stop() public method

线程的停止函数
public Stop ( ) : void
return void
        public void Stop()
        {
            this.StopService();
            this.mainThread.Abort();
        }