Example #1
0
 public void ReportPotentialConfigChange(IServerConfig config)
 {
     m_ManagedApp.ReportPotentialConfigChange(config);
 }
Example #2
0
 public void ReportPotentialConfigChange(IServerConfig config)
 {
     m_AppServer.ReportPotentialConfigChange(config);
 }
Example #3
0
 void IManagedAppBase.ReportPotentialConfigChange(IServerConfig config)
 {
     m_AppServer.ReportPotentialConfigChange(config);
 }