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); }
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)); }
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)); }
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)); }