Example #1
0
		/// <summary>
		/// 卸载指定插件
		/// </summary>
		/// <param name="si"></param>
		/// <returns></returns>
		public static bool ShutdownServiceProvider(ServiceInfo si)
		{
			return si.State == ServiceState.Unload || si.ShutDown();
		}