예제 #1
0
 private static void ShutdownSilo()
 {
     if (hostWrapper != null)
     {
         hostWrapper.Dispose();
         GC.SuppressFinalize(hostWrapper);
     }
 }