Beispiel #1
0
 public void Stop(AgentInstanceStopServices stopServices)
 {
     try {
         _virtualDwView.Destroy();
         stopServices.AgentInstanceContext.RuntimeEnvContext.Unbind(_objectName);
     }
     catch (NamingException) {
     }
 }