StopAll() public method

public StopAll ( ) : void
return void
示例#1
0
        protected override void StopRun()
        {
            Scheduler.Shutdown();
            _dao.Stop();
            _plugins.StopAll();

            FileActions.OnNotificationAdded -= NotificationAdded;
        }