コード例 #1
0
 public void Shutdown()
 {
     EventManager.Publish(ServiceHostState.Shutdown);
     Thread.Sleep(5 * 1000);
     profileStore.Flush();
 }