Exemple #1
0
 public SAP_Docking_MES_App.ServiceReference2.ZFUN_MZResponse ZFUN_MZ(SAP_Docking_MES_App.ServiceReference2.ZFUN_MZ ZFUN_MZ1)
 {
     SAP_Docking_MES_App.ServiceReference2.ZFUN_MZRequest inValue = new SAP_Docking_MES_App.ServiceReference2.ZFUN_MZRequest();
     inValue.ZFUN_MZ = ZFUN_MZ1;
     SAP_Docking_MES_App.ServiceReference2.ZFUN_MZResponse1 retVal = ((SAP_Docking_MES_App.ServiceReference2.ZWS_MZ)(this)).ZFUN_MZ(inValue);
     return(retVal.ZFUN_MZResponse);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <SAP_Docking_MES_App.ServiceReference2.ZFUN_MZResponse1> ZFUN_MZAsync(SAP_Docking_MES_App.ServiceReference2.ZFUN_MZ ZFUN_MZ)
 {
     SAP_Docking_MES_App.ServiceReference2.ZFUN_MZRequest inValue = new SAP_Docking_MES_App.ServiceReference2.ZFUN_MZRequest();
     inValue.ZFUN_MZ = ZFUN_MZ;
     return(((SAP_Docking_MES_App.ServiceReference2.ZWS_MZ)(this)).ZFUN_MZAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <SAP_Docking_MES_App.ServiceReference2.ZFUN_MZResponse1> SAP_Docking_MES_App.ServiceReference2.ZWS_MZ.ZFUN_MZAsync(SAP_Docking_MES_App.ServiceReference2.ZFUN_MZRequest request)
 {
     return(base.Channel.ZFUN_MZAsync(request));
 }
Exemple #4
0
 SAP_Docking_MES_App.ServiceReference2.ZFUN_MZResponse1 SAP_Docking_MES_App.ServiceReference2.ZWS_MZ.ZFUN_MZ(SAP_Docking_MES_App.ServiceReference2.ZFUN_MZRequest request)
 {
     return(base.Channel.ZFUN_MZ(request));
 }