Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodResponse> RingAlarmWebMethodAsync()
 {
     ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodRequest inValue = new ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodRequest();
     inValue.Body = new ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodRequestBody();
     return(((ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap)(this)).RingAlarmWebMethodAsync(inValue));
 }
Exemplo n.º 2
0
 public ICUPatientMonitorModuleLib.AlertWebServiceReference.AlertFinalListStructure[] RingAlarmWebMethod()
 {
     ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodRequest inValue = new ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodRequest();
     inValue.Body = new ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodRequestBody();
     ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodResponse retVal = ((ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap)(this)).RingAlarmWebMethod(inValue);
     return(retVal.Body.RingAlarmWebMethodResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodResponse> ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap.RingAlarmWebMethodAsync(ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodRequest request)
 {
     return(base.Channel.RingAlarmWebMethodAsync(request));
 }
Exemplo n.º 4
0
 ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodResponse ICUPatientMonitorModuleLib.AlertWebServiceReference.ICUPatientAlertServiceSoap.RingAlarmWebMethod(ICUPatientMonitorModuleLib.AlertWebServiceReference.RingAlarmWebMethodRequest request)
 {
     return(base.Channel.RingAlarmWebMethod(request));
 }