예제 #1
0
파일: TestAMDI.cs 프로젝트: externl/ice
 public override void shutdown_async(AMD_TestIntf_shutdown cb, Ice.Current current)
 {
     current.adapter.deactivate();
     cb.ice_response();
 }
예제 #2
0
파일: TestAMDI.cs 프로젝트: pedia/zeroc-ice
 public override void shutdown_async(AMD_TestIntf_shutdown cb, Ice.Current current)
 {
     current.adapter.getCommunicator().shutdown();
     cb.ice_response();
 }
예제 #3
0
 public override void shutdown_async(AMD_TestIntf_shutdown cb, Ice.Current current)
 {
     current.adapter.getCommunicator().shutdown();
     cb.ice_response();
 }
예제 #4
0
파일: TestAMDI.cs 프로젝트: sk163/ice-1
 public override void shutdown_async(AMD_TestIntf_shutdown cb, Ice.Current current)
 {
     current.adapter.deactivate();
     cb.ice_response();
 }