コード例 #1
0
 public static void TeardownNode()
 {
     EventStoreServerStarterHelper.StopProcess(eventStoreProcess);
 }
コード例 #2
0
 private static void RunEventStoreServerProcess()
 {
     eventStoreProcess = EventStoreServerStarterHelper.StartServer();
 }