public string GetMachineScript(String instanceID) { try { return(factoryService.getMachineScript(sessionID, instanceID)); } catch (EndpointNotFoundException) { ClientServerEvent(this, new ClientServerEventArgs()); } catch (FaultException) { ClientServerEvent(this, new ClientServerEventArgs("Fehler auf Server")); } return(""); }
public string getMachineScript(String machineID) { return(factoryService.getMachineScript(sessionID, machineID)); }