Beispiel #1
0
 public static void StopCoreServices()
 {
     ResourcePath.ClearResourceCache();
     ServiceRegistration.Get <IRemoteResourceInformationService>().Shutdown();
     ServiceRegistration.Get <IResourceMountingService>().Shutdown();
     ServiceRegistration.Get <IResourceServer>().Shutdown();
     ServiceRegistration.Get <ITaskScheduler>().Shutdown();
     ServiceRegistration.Get <IThreadPool>().Shutdown();
 }