Exemple #1
0
 public U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.stockDTO[] receive(U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.stockDTO[] dtos)
 {
     U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.receive inValue = new U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.receive();
     inValue.dtos = dtos;
     U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.receiveResponse retVal = ((U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.PI07)(this)).receive(inValue);
     return(retVal.@return);
 }
Exemple #2
0
 public System.IAsyncResult Beginreceive(U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.stockDTO[] dtos, System.AsyncCallback callback, object asyncState)
 {
     U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.receive inValue = new U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.receive();
     inValue.dtos = dtos;
     return(((U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.PI07)(this)).Beginreceive(inValue, callback, asyncState));
 }
Exemple #3
0
 System.IAsyncResult U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.PI07.Beginreceive(U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.receive request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.Beginreceive(request, callback, asyncState));
 }
Exemple #4
0
 U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.receiveResponse U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.PI07.receive(U9.VOB.Cus.HBHDaYunsy.PlugInBE.DMSAsync_PI07.receive request)
 {
     return(base.Channel.receive(request));
 }