Example #1
0
 public U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.partBaseDto receive(U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.partBaseDto[] arg0)
 {
     U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.receive inValue = new U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.receive();
     inValue.arg0 = arg0;
     U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.receiveResponse retVal = ((U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.PI06)(this)).receive(inValue);
     return(retVal.@return);
 }
Example #2
0
 public System.IAsyncResult Beginreceive(U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.partBaseDto[] arg0, System.AsyncCallback callback, object asyncState)
 {
     U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.receive inValue = new U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.receive();
     inValue.arg0 = arg0;
     return(((U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.PI06)(this)).Beginreceive(inValue, callback, asyncState));
 }
Example #3
0
 System.IAsyncResult U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.PI06.Beginreceive(U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.receive request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.Beginreceive(request, callback, asyncState));
 }
Example #4
0
 U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.receiveResponse U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.PI06.receive(U9.VOB.Cus.HBHDaYunsy.PlugInBE.Test.DMSAsync_PI06.receive request)
 {
     return(base.Channel.receive(request));
 }