Exemplo n.º 1
0
 public System.Threading.Tasks.Task <iduo.Screen.APP.MyAppAddResponse> MyAppAddAsync(iduo.Screen.APP.MySoapHeader MySoapHeader, string myApply, string action)
 {
     iduo.Screen.APP.MyAppAddRequest inValue = new iduo.Screen.APP.MyAppAddRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.myApply      = myApply;
     inValue.action       = action;
     return(((iduo.Screen.APP.APPSoap)(this)).MyAppAddAsync(inValue));
 }
Exemplo n.º 2
0
 public string MyAppAdd(iduo.Screen.APP.MySoapHeader MySoapHeader, string myApply, string action)
 {
     iduo.Screen.APP.MyAppAddRequest inValue = new iduo.Screen.APP.MyAppAddRequest();
     inValue.MySoapHeader = MySoapHeader;
     inValue.myApply      = myApply;
     inValue.action       = action;
     iduo.Screen.APP.MyAppAddResponse retVal = ((iduo.Screen.APP.APPSoap)(this)).MyAppAdd(inValue);
     return(retVal.MyAppAddResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <iduo.Screen.APP.MyAppAddResponse> iduo.Screen.APP.APPSoap.MyAppAddAsync(iduo.Screen.APP.MyAppAddRequest request)
 {
     return(base.Channel.MyAppAddAsync(request));
 }
Exemplo n.º 4
0
 iduo.Screen.APP.MyAppAddResponse iduo.Screen.APP.APPSoap.MyAppAdd(iduo.Screen.APP.MyAppAddRequest request)
 {
     return(base.Channel.MyAppAdd(request));
 }