コード例 #1
0
 protected void Application_End()
 {
     if (restbusHost != null)
     {
         restbusHost.Dispose();
     }
 }